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 TIMESTAMP WITH LOCAL TIME ZONE data type allows...






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






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


4. Comparison operators can compare multiple _________________.






5. The ____________ command makes changes permanent.






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






7. What are the main components of a ROWID?






8. FEEDBACK






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






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






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






12. __________________ inserts the current date and time.






13. What is the maximum value for a column defined as NUMBER(4 -2)?






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






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






16. The using clause of the ANSI join syntax always assumes an...






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






18. _________ rows are not allowed in the relational model.






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






20. Explain the steps needed to run a script in SQL Developer






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






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






23. Explain what a static data dictionary view is and how it is used






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






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






26. _________ and __________ functions are opposites of each other and provide a value in a group of rows.






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






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






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






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






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






32. The ___________ operator tests whether a matching row cannot be found.






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






34. How many characters can be stored in the CHAR column/field?






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






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






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






38. When disabling a unique or primary key - you can keep the index if you specify the __________________ clause in the ALTER TABLE statement.






39. A transaction is a...






40. List the steps performed by a correlated subquery.






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






42. Which operator is most commonly used?






43. When is it not a good idea to use an index?






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






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






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






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






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






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






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