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. ___________ subqueries allow you to reference columns from the outer query and execute the inner query repeatedly






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






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






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






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






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






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


8. Instead of using the Oracle Outer Join Operator or the ANSI syntax - you can achieve the same result with two SQL statements: ____________ and a ____________






9. When writing the syntax for finding information on three or more tables - the parenthesis around the ON clause is...






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






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






12. LINESIZE






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






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






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






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






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






18. List 6 Table-Related Menu Choices






19. The _______ function lets you perform if-then-else functionality with the SQL language.






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






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






22. The _____________ clause determines how rows are grouped.






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






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






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






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






27. The ROWID pseudocolumn is not an ________- but it acts like one.






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






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






30. A transaction is a...






31. Subqueries can return...






32. All SQL statements contained within a script must end with a _______________ - even if they are done in SQL Developer.






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






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






35. What is the command you would type into SQL*Plus if you needed to know the definition for each column of a table?






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






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






38. PAGESIZE






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






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






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






42. List the different types of data dictionary views.






43. What does SQL stand for?






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






45. SELECT * FROM instructor ORDER BY phone






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. The Nonequijoin can use the ________________ operator to construct joins that are not based on equality of values.






48. SELECT LIST of a subquery in an INSERT statement






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






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