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 _____________ clause determines how rows are grouped.






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






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






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






5. When writing an ANSI outer join - the keywords _________ OUTER and _________ OUTER are added to the __________ keyword to indicate the rows from which table to use.






6. List 6 Table-Related Menu Choices






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






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






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






10. NUMBER functions can be...






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






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






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






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


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






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






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






18. What does SQL stand for?






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






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






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






22. When using the data NUMBER(10 -4) there will be _______ digits following the decimal point.






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






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






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






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






27. List 4 aggregate functions






28. SELECT LIST of a subquery in an INSERT statement






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






30. A transaction is a...






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






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






33. LINESIZE






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






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






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






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






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






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






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






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






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






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






44. The RTRIM function is useful for eliminating ________ in a string.






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






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






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






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






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






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