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. What is the name of the key automatically generated from a sequence?






2. What do views do that makes them so useful for security?






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






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






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






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






7. The __________ operator is inclusive of the two values specified.






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






9. The _______ operator determines common rows.






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






11. What does SQL stand for?






12. When column names on the tables are different - you use the ______ condition.






13. What is the syntax used to indicate that you are using the Oracle Outer Join operator?






14. The _______ function adds values together for a group of rows.






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






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






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






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






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






20. __________________ inserts the current date and time.






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






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






23. PAGESIZE






24. Write a statement that drops the index need_to_pass_i






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






26. The ____________ command makes changes permanent.






27. Which operator is most commonly used?






28. Write the syntax to rename index just_two_more_weeks_i to finally_i






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


30. An outer join includes the result rows returned by an __________ plus extra rows where no matches are found.






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






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






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






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






35. To place a line comment in your SQL statements - you first place a // at the beginning of the line.






36. Subqueries can return...






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






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






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






40. It is always good practice to include the old values in the WHERE clause of UPDATE to ensure that another session or user _________________ in the meantime.






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






42. You can simplify the writing of SQL statements by writing SQL _________ that generate and execute other SQL statements.






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






44. What are the main components of a ROWID?






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






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






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






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






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






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