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 a static data dictionary view is and how it is used






2. List the different types of data dictionary views.






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






4. FEEDBACK






5. What is Oracle's most popular index storage structure?






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






7. Returns rows if the condition is true for all the values in the list






8. SELECT * FROM instructor ORDER BY phone






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






10. LINESIZE






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






12. Which operator is most commonly used?






13. The ____________ command makes changes permanent.






14. A transaction is a...






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






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






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






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






19. Write the syntax to rename index just_two_more_weeks_i to finally_i






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






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






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






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






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






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


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






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






28. What does SQL stand for?






29. PAGESIZE






30. Write a statement that drops the index need_to_pass_i






31. The focus of the logical data model is _____________






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






33. The _____________ clause determines how rows are grouped.






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






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






36. Which format mask displays December 31st - 1999?






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






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






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






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






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






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






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






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






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






46. SELECT LIST of a subquery in an INSERT statement






47. Subqueries can return...






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






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






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