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. Checks whether any value in the list makes the condition true.






2. SELECT * FROM instructor ORDER BY phone






3. Write an SQL statement for SQL *Plus in which you want any unique menu items to be displayed from the restaurant table






4. Self-joins are useful for performing comparisons and checking for ___________ in data.






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






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






7. The focus of the logical data model is _____________






8. The COUNT function uses the __________ wildcard.






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






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






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






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






13. LINESIZE






14. The _______ operator determines common rows.






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






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






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






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






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






20. What is Oracle's most popular index storage structure?






21. The time zone displacement value indicates the time difference from _______.






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






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






24. Instead of using the Oracle Outer Join Operator or the ANSI syntax - you can achieve the same result with two SQL statements: ____________ and a ____________






25. What does SQL stand for?






26. When you want to run a script in either SQL*Plus or SQL Developer - you can use a ______ or the _________ command.






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






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






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






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






31. What do views do that makes them so useful for security?






32. Write a statement for SQL*Plus that shows the dictionary.






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






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






35. You can simplify the writing of SQL statements by writing SQL _________ that generate and execute other SQL statements.






36. ___________ subqueries allow you to reference columns from the outer query and execute the inner query repeatedly






37. Explain how Dynamic SQL is used and give an example of a Dynamic SQL statement.






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






39. Which format mask displays December 31st - 1999?






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






41. Comparison operators can compare multiple _________________.






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






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






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






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






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


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






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






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






50. SQL*Plus is used more than SQL Developer when you need to...