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. List the steps performed by a correlated subquery.






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






3. List 6 Table-Related Menu Choices






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






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






6. Write the syntax to rename index just_two_more_weeks_i to finally_i






7. You can __________ DISTINCT and a GROUP BY clause in the same SELECT statement.






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






9. NUMBER functions can be...






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






11. The COUNT function uses the __________ wildcard.






12. SELECT LIST of a subquery in an INSERT statement






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






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






15. What does SQL stand for?






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






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






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






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






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. The time zone displacement value indicates the time difference from _______.






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






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






24. A transaction is a...






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






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






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






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






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






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






31. The DUAL table can be used for...






32. Subqueries can return...






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






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






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






36. SQL*Plus is used more than SQL Developer when you need to...






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






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






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






40. Which operator is most commonly used?






41. You use the _________ keyword to add columns or constraints to a table.






42. List 4 aggregate functions






43. Explain how the SPOOL command is used and what program it can be used in.






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






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






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






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






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


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






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