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. Explain how Substitution Variables are used when writing scripts.






2. NUMBER functions can be...






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






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






5. Comparison operators can compare multiple _________________.






6. To revert back to a state that happened before you ran your change statement - you issue a ____________ command.






7. LINESIZE






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






9. FEEDBACK






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






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






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






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


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






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






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






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






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






19. Write a statement that drops the index need_to_pass_i






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






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


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






23. The query retrieves more than 5 to 15 percent of the rows






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






25. List the different types of data dictionary views.






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






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






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






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






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






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






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






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






34. UNION ALL does not sort - therefore it is less time consuming to use than the...






35. When returning multiple rows - a subquery must contain the _____ - _____ - _____ - or ______ operator - otherwise Oracle will return an error






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






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


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






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






40. The ____________ command makes changes permanent.






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






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






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






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






46. Subqueries can return...






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






48. Which operator is most commonly used?






49. When is it not a good idea to use an index?






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