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 view where you can find the collection of static and data dictionary tables and views - along with their descriptions?






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






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






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






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






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






7. What is the first column of a composite index called?






8. When disabling a unique or primary key - you can keep the index if you specify the __________________ clause in the ALTER TABLE statement.






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






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






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






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






13. What are the main components of a ROWID?






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






15. The focus of the logical data model is _____________






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






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






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






19. LINESIZE






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






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






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






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






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






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






26. A transaction is a...






27. Dynamic views begin with a ___________.






28. Comparison operators can compare multiple _________________.






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






30. _________________ relationships are always optional relationships.






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






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






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






34. NUMBER functions can be...






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






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






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






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






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






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






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






42. When using the following data: NUMBER(10 -4) - the lowest number you can possibly have is __________.






43. When you have issued a DELETE command - you can still ________ those rows and restore the information.






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






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






46. The RTRIM function is useful for eliminating ________ in a string.






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






48. The _____________ clause determines how rows are grouped.






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






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