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. The key that most database designers prefer and is chosen by the system is the _____________ key.






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






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






4. ____________ are useful for analyzing and exploring the relationships within your data






5. Another name for a data dictionary view is __________________ or _________________.






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






7. SELECT LIST of a subquery in an INSERT statement






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






9. ___________ subqueries allow you to reference columns from the outer query and execute the inner query repeatedly






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






11. In a view you can give a column a different name than it has in the...






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






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






14. The COUNT function uses the __________ wildcard.






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






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






17. NUMBER functions can be...






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






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






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






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






22. The term ____________ ___________ is used to express a join that satisfies the join condition.






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






24. A transaction is a...






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






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






27. Self-joins are useful for performing comparisons and checking for ___________ in data.






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






29. What does SQL stand for?






30. Explain how Oracle treats locks when a database is being updated and needs to be viewed by other users.






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






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






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






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






35. SELECT * FROM instructor ORDER BY phone






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






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






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






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






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






41. Subqueries can return...






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






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






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






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






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






47. Explain Flashback queries and how they are used. Give an example of a FLASHBACK_TRANSACTION query and explain what it does row by row.

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


48. The _____________ clause determines how rows are grouped.






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






50. PAGESIZE