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. Which one of the following string functions tells you how many characters are in a string?






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






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






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






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


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






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






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






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






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






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






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






14. FEEDBACK






15. What is the tab in SQL Developer where data dictionary view information can be found?






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






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






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






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






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






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






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






23. A transaction is a...






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






25. Converting a text literal to DATE format requires the use of the...






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






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






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






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






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






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






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






33. What does SQL stand for?






34. When you run a script in SQL*Plus you must give the...






35. List the steps performed by a correlated subquery.






36. SELECT LIST of a subquery in an INSERT statement






37. __________________ inserts the current date and time.






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






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






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






41. What are the main components of a ROWID?






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






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






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






45. PAGESIZE






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






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






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






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






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