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 writing an ANSI outer join - the keywords _________ OUTER and _________ OUTER are added to the __________ keyword to indicate the rows from which table to use.






2. You use the _________ keyword to add columns or constraints to a table.






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






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






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






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






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






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






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


10. A _________ subquery returns a single column with a single row






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






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. The query retrieves more than 5 to 15 percent of the rows






14. The COUNT function uses the __________ wildcard.






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






16. What does SQL stand for?






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






18. When using the data NUMBER(10 -4) there will be _______ digits following the decimal point.






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






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






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






22. Converting a text literal to DATE format requires the use of the...






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






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






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






26. Write the syntax to rename index just_two_more_weeks_i to finally_i






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






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






29. SELECT LIST of a subquery in an INSERT statement






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






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






32. What is the data type you can use if you need an unlimited number of textual characters?






33. When you run a script in SQL*Plus you must give the...






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






35. Subqueries can return...






36. Explain in detail the impact of INDEXES and how they are used by Oracle.






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






38. PAGESIZE






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






40. The DUAL table can be used for...






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






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






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






44. List 4 aggregate functions






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






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






47. A transaction is a...






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






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






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