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. Dynamic views begin with a ___________.






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






3. FEEDBACK






4. Subqueries can return...






5. Write a statement for SQL*Plus that shows the dictionary.






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






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






8. The TIMESTAMP WITH LOCAL TIME ZONE data type allows...






9. When you create a report in SQL Developer all the column names must match identically the names of the columns found in the tables you are referencing.






10. List 6 Table-Related Menu Choices






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






12. Instead of using the Oracle Outer Join Operator or the ANSI syntax - you can achieve the same result with two SQL statements: ____________ and a ____________






13. What is the keyboard shortcut for the ROLLBACK command?






14. The ____________ icon allows you to execute multiple statements and emulates SQL *Plus as much as possible.






15. When writing an ANSI outer join - the keywords _________ OUTER and _________ OUTER are added to the __________ keyword to indicate the rows from which table to use.






16. Which operator is most commonly used?






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






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






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






20. The term ____________ ___________ is used to express a join that satisfies the join condition.






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






22. What is the main difference between the NOT EXISTS and the NOT IN operators?






23. 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.






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






25. Checks whether any value in the list makes the condition true.






26. What is the most common DATE format found in SQL?






27. SQL Developer's ____________________ option allows you to selectively export certain rows and columns.






28. What is the name of the view where you can find the collection of static and data dictionary tables and views - along with their descriptions?






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






30. List 4 aggregate functions






31. PAGESIZE






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

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


33. A calculation with a null always yields...






34. The COUNT function is useful for determining whether a table has...






35. Explain how the SPOOL command is used and what program it can be used in.






36. Which format mask displays December 31st - 1999?






37. The _______ function lets you perform if-then-else functionality with the SQL language.






38. The ____________ keywords and the USING clause of the ANSI join syntax are mutually exclusive.






39. When using the following data: NUMBER(10 -4) - the # 4 is called the __________.






40. A transaction is a...






41. When returning multiple rows - a subquery must contain the _____ - _____ - _____ - or ______ operator - otherwise Oracle will return an error






42. When writing the syntax for finding information on three or more tables - the parenthesis around the ON clause is...






43. You can use the ________________ to subtract months from a given date.






44. How many characters can you have using the VARCHAR data type?






45. Checks whether any value in the list makes the condition true.






46. Joins involving multiple columns must always follow the ____________ relationship path.






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






48. The NEXTVAL and CURRVAL pseudocolumns can be used in which of the following SQL constructs? Select all that apply.






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






50. Explain how Dynamic SQL is used and give an example of a Dynamic SQL statement.