Test your basic knowledge |

Oracle SQL

Subjects : oracle, it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. What is the keyboard shortcut for the ROLLBACK command?






2. UNION ALL does not sort - therefore it is less time consuming to use than the...






3. You can pass parameters from the operating system when ___________ in SQl*Plus






4. SQL*Plus is used more than SQL Developer when you need to...






5. To equijoin a table with another table involves matching the...






6. Oracle uses the outer join operator to indicate that nulls are shown for...






7. When you run a script in SQL*Plus you must give the...






8. To join four tables - you must have at least _____ join conditions.






9. The time zone displacement value indicates the time difference from _______.






10. When you INSERT new information into a table - it is followed with a _______ keyword that contains the information that is going to be added to the table.






11. A _____ is a query definition stored in the database that looks just like a table - but does not have any physical rows






12. The ____________ command makes changes permanent.






13. Write a solution that adds 20 minutes to a given date.






14. In a view you can give a column a different name than it has in the...






15. A transaction is a...






16. When using the following data: NUMBER(10 -4) - the lowest number you can possibly have is __________.






17. The query retrieves more than 5 to 15 percent of the rows






18. The ______ operator compares a list of values for equivalency






19. The ______ depicts the M of a 1:M relationship.


20. Returns rows if the condition is true for all the values in the list






21. Explain in detail the impact of INDEXES and how they are used by Oracle.






22. What is the tab in SQL Developer where data dictionary view information can be found?






23. The ________________ is a type of statement whereby you retrieve data that exists in one table - but not in another.






24. The TRUNC function on a date without a format model truncates the timestamp to...






25. Users can only see changes made to a database once they have been...






26. Match each of the SQL commands on the left with a verb from the list.






27. The ________ operator cannot compare against a list of values.






28. When using the data NUMBER(10 -4) there will be _______ digits following the decimal point.






29. The purpose of the HAVING clause is to eliminate___________.






30. Explain the differences in how an ANSI Full Outer Join and a Full Outer Join using the UNION Operator work






31. All SQL statements contained within a script must end with a _______________ - even if they are done in SQL Developer.






32. Which one of the following string functions tells you how many characters are in a string?






33. A _________ subquery returns a single column with a single row






34. To place a line comment in your SQL statements - you first place a // at the beginning of the line.






35. List 4 aggregate functions






36. Subqueries can return...






37. PAGESIZE






38. Another name for a data dictionary view is __________________ or _________________.






39. The focus of the logical data model is _____________






40. Explicit data type conversion is preferable to Oracle's...






41. What is the syntax used to indicate that you are using the Oracle Outer Join operator?






42. If a graphical representation of a table's box has __________ it means that the relationship is identifying.






43. FEEDBACK






44. Explain how Oracle treats locks when a database is being updated and needs to be viewed by other users.






45. LINESIZE






46. What does SQL stand for?






47. What does the following function return? SELECT LENGTH(NULL) - FROM dual






48. What do views do that makes them so useful for security?






49. Dynamic views begin with a ___________.






50. List the reasons that a subquery could not be unnested.