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. Explain what is found in the All Objects report folder in SQL Developer






2. _________________ relationships are always optional relationships.






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






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






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






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






7. The COUNT function uses the __________ wildcard.






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






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






10. LINESIZE






11. Which one of the following string functions tells you how many characters are in a string?






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






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






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


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






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






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






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






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






20. The ALTER SESSION statement can change the session's...






21. Write a statement that drops the index need_to_pass_i






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






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






24. In SQL Developer field names and table names are shown in the color _______.






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






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






27. SELECT LIST of a subquery in an INSERT statement






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






29. Oracle uses the outer join operator to indicate that nulls are shown for...






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






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






32. List 6 Table-Related Menu Choices






33. SQL*Plus is used more than SQL Developer when you need to...






34. NUMBER functions can be...






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






36. __________________ inserts the current date and time.






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






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






39. List the different types of data dictionary views.






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






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






42. To restart a sequence at a lower number - you can drop and ________ the sequence.






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






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






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






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






47. List 4 aggregate functions






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






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






50. Subqueries can return...