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. When using the data NUMBER(10 -4) there will be _______ digits following the decimal point.






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






3. PAGESIZE






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






5. Dynamic views begin with a ___________.






6. The _______ operator determines common rows.






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






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






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






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






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






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






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






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






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






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






17. A calculation with a null always yields...






18. FEEDBACK






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






20. Explain how you can optimize your queries with subqueries and the main advantage of doing so.






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


22. The NEXTVAL and CURRVAL pseudocolumns can be used in which of the following SQL constructs? Select all that apply.






23. SELECT * FROM instructor ORDER BY phone






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






25. What is the most common DATE format found in SQL?






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






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






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






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


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






31. What does SQL stand for?






32. What are the main components of a ROWID?






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






34. List 4 aggregate functions






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






36. The _____________ clause determines how rows are grouped.






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






38. SQL Developer provides an extensive list of useful reports and offers the capability to create your own...






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






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






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






42. __________________ inserts the current date and time.






43. The query retrieves more than 5 to 15 percent of the rows






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






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






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






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






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






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






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