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. The ___________ operator tests whether a matching row cannot be found.






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






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






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






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






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






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






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






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






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






11. You use the __________ keyword to change characteristics of a column.






12. List the different types of data dictionary views.






13. NUMBER functions can be...






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






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






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






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






18. The TRUNC function on a date without a format model truncates the timestamp to...






19. What is the main difference between the NOT EXISTS and the NOT IN operators?






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






21. The _____________ clause determines how rows are grouped.






22. SELECT LIST of a subquery in an INSERT statement






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






24. SELECT * FROM instructor ORDER BY phone






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






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






27. A transaction is a...






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






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






30. The COUNT function uses the __________ wildcard.






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






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






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






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






35. List the steps performed by a correlated subquery.






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






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






38. The using clause of the ANSI join syntax always assumes an...






39. Write a statement that drops the index need_to_pass_i






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






41. _________________ relationships are always optional relationships.






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






43. __________________ inserts the current date and time.






44. Comparison operators can compare multiple _________________.






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






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






47. Users can only see changes made to a database once they have been...






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






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






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