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. A join across three tables can be expressed with the ________ join syntax.






2. List 6 Table-Related Menu Choices






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






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






5. List the different types of data dictionary views.






6. Dynamic views begin with a ___________.






7. It is considered good form to put all SQL commands in...






8. The COUNT function uses the __________ wildcard.






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






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






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






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






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






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






15. A transaction is a...






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






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






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






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






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






21. NUMBER functions can be...






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






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






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






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






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






27. It is always good practice to include the old values in the WHERE clause of UPDATE to ensure that another session or user _________________ in the meantime.






28. List the steps performed by a correlated subquery.






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






30. _________________ relationships are always optional relationships.






31. PAGESIZE






32. To restart a sequence at a lower number - you can drop and ________ the sequence.






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






34. Which operator is most commonly used?






35. SELECT LIST of a subquery in an INSERT statement






36. To equijoin a table with another table involves matching the...






37. The _______ operator determines common rows.






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






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






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






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






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






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


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






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






46. Explain how Oracle treats locks when a database is being updated and needs to be viewed by other users.






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






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






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






50. The _____________ clause determines how rows are grouped.