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. NUMBER functions can be...






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






3. The key that most database designers prefer and is chosen by the system is the _____________ key.






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






5. Explain why constraints are used when building tables.

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


6. ____________ are useful for analyzing and exploring the relationships within your data






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






8. Self-joins are useful for performing comparisons and checking for ___________ in data.






9. The focus of the logical data model is _____________






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






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






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






13. It is considered good form to put all SQL commands in...






14. You use the __________ keyword to change characteristics of a column.






15. A transaction is a...






16. Write the syntax to rename index just_two_more_weeks_i to finally_i






17. SELECT * FROM instructor ORDER BY phone






18. List the different types of data dictionary views.






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






20. Dynamic views begin with a ___________.






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






22. The ROWID pseudocolumn is not an ________- but it acts like one.






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






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






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






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






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






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






29. PAGESIZE






30. A join across three tables can be expressed with the ________ join syntax.






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






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






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






35. Queries that are found in parentheses are done first - just as in the order of operations when doing...






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






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






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






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






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






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






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






43. What is the name of the key automatically generated from a sequence?






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






45. FEEDBACK






46. SELECT LIST of a subquery in an INSERT statement






47. The data type definitions NUMBER(10) and NUMBER(10 -0) are the...






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






49. List the steps performed by a correlated subquery.






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