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 using the data NUMBER(10 -4) there will be _______ digits following the decimal point.






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






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






4. Explain in detail the impact of INDEXES and how they are used by Oracle.






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






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






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






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






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






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






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






12. The ____________ command makes changes permanent.






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






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






15. Joins involving multiple columns must always follow the ____________ relationship path.






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


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






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






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






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






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






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






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






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






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






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






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






28. The _____________ clause determines how rows are grouped.






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






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






31. When column names on the tables are different - you use the ______ condition.






32. The _______ operator determines common rows.






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






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






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






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






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






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






39. FEEDBACK






40. Write a statement that drops the index need_to_pass_i






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






42. The ___________ operator tests whether a matching row cannot be found.






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






44. _________________ relationships are always optional relationships.






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






46. The COUNT function uses the __________ wildcard.






47. LINESIZE






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






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






50. List the steps performed by a correlated subquery.