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. When using the following data: NUMBER(10 -4) - the lowest number you can possibly have is __________.






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






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






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






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






6. Write a statement that drops the index need_to_pass_i






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






8. Explain how Substitution Variables are used when writing scripts.






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






10. The _____________ clause determines how rows are grouped.






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






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






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






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






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






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






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






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






19. List 6 Table-Related Menu Choices






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






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






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






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






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


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






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






27. PAGESIZE






28. Information that is returned after you run your statement are found in the __________ tab in SQL Developer.






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


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






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






32. What does SQL stand for?






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






34. The Nonequijoin can use the ________________ operator to construct joins that are not based on equality of values.






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






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






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






38. You can __________ DISTINCT and a GROUP BY clause in the same SELECT statement.






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






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






41. The RTRIM function is useful for eliminating ________ in a string.






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






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






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






45. What are the main components of a ROWID?






46. 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?






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. When using the following data: NUMBER(10 -4) - the # 4 is called the __________.






49. When you have issued a DELETE command - you can still ________ those rows and restore the information.






50. Subqueries can return...