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 column names on the tables are different - you use the ______ condition.






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






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






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






5. Write the syntax to rename index just_two_more_weeks_i to finally_i






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






7. In SQL Developer field names and table names are shown in the color _______.






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






9. _________ and __________ functions are opposites of each other and provide a value in a group of rows.






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






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






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






13. Comparison operators can compare multiple _________________.






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






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






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






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






18. SELECT * FROM instructor ORDER BY phone






19. What are the main components of a ROWID?






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






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






22. Which format mask displays December 31st - 1999?






23. SELECT LIST of a subquery in an INSERT statement






24. UNION ALL does not sort - therefore it is less time consuming to use than the...






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


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






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






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






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






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


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






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






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






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






35. The focus of the logical data model is _____________






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






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






38. Dynamic views begin with a ___________.






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






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






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






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






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






44. The COUNT function uses the __________ wildcard.






45. The _____________ clause determines how rows are grouped.






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






47. Subqueries can return...






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






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






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