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. The _____________ clause determines how rows are grouped.






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






3. What does SQL stand for?






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






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






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






7. What is Oracle's most popular index storage structure?






8. The focus of the logical data model is _____________






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






10. ___________ subqueries allow you to reference columns from the outer query and execute the inner query repeatedly






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






12. SELECT LIST of a subquery in an INSERT statement






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






14. PAGESIZE






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






16. Write the syntax to rename index just_two_more_weeks_i to finally_i






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






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






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


20. Explain what is found in the All Objects report folder in SQL Developer






21. When you want to run a script in either SQL*Plus or SQL Developer - you can use a ______ or the _________ command.






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






23. SELECT * FROM instructor ORDER BY phone






24. The _______ function adds values together for a group of rows.






25. What is the command you would type into SQL*Plus if you needed to know the definition for each column of a table?






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






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






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






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






30. The ____________ clause on a CREATE TABLE statement can specify how much space to allocate.






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






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






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






34. SQL Developer provides an extensive list of useful reports and offers the capability to create your own...






35. Dynamic views begin with a ___________.






36. __________________ inserts the current date and time.






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






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






39. Explain Flashback queries and how they are used. Give an example of a FLASHBACK_TRANSACTION query and explain what it does row by row.

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


40. The COUNT function uses the __________ wildcard.






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






42. The same function can be used ______ in a SELECT statement.






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






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






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






46. List the steps performed by a correlated subquery.






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






48. What is the Oracle data dictionary called that contains a set of tables and views containing the data about the database?






49. What is the first column of a composite index called?






50. To revert back to a state that happened before you ran your change statement - you issue a ____________ command.