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. Queries that are found in parentheses are done first - just as in the order of operations when doing...






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






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






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






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






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






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






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


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






10. NUMBER functions can be...






11. A _____ is a query definition stored in the database that looks just like a table - but does not have any physical rows






12. When you INSERT new information into a table - it is followed with a _______ keyword that contains the information that is going to be added to the table.






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






14. _________________ relationships are always optional relationships.






15. Returns rows if the condition is true for all the values in the list






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






17. The _______ operator determines common rows.






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






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






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


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






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


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






24. List 6 Table-Related Menu Choices






25. FEEDBACK






26. Explain how Substitution Variables are used when writing scripts.






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






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






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






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






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






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






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






34. You can use the ________________ to subtract months from a given date.






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






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






37. What is the maximum value for a column defined as NUMBER(4 -2)?






38. What does SQL stand for?






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






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






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






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






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






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






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






46. Explain how Dynamic SQL is used and give an example of a Dynamic SQL statement.






47. List the different types of data dictionary views.






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






49. SELECT * FROM instructor ORDER BY phone






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