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. To restart a sequence at a lower number - you can drop and ________ the sequence.






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






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






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






5. When you create a report in SQL Developer all the column names must match identically the names of the columns found in the tables you are referencing.






6. What is the keyboard shortcut for the ROLLBACK command?






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






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






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






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






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


12. The _______ function lets you perform if-then-else functionality with the SQL language.






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






14. The purpose of the HAVING clause is to eliminate___________.






15. Write a statement that drops the index need_to_pass_i






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






39. LINESIZE






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






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






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






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






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






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






46. A transaction is a...






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


48. Match each of the SQL commands on the left with a verb from the list.






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






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