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. You can simplify the writing of SQL statements by writing SQL _________ that generate and execute other SQL statements.






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






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






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






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






6. Write a statement that drops the index need_to_pass_i






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






8. Which operator is most commonly used?






9. All SQL statements contained within a script must end with a _______________ - even if they are done in SQL Developer.






10. A transaction is a...






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






12. Subqueries can return...






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






14. An outer join includes the result rows returned by an __________ plus extra rows where no matches are found.






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






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






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






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






19. List 6 Table-Related Menu Choices






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






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






22. The using clause of the ANSI join syntax always assumes an...






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






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






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






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






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






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






29. Explain how the SPOOL command is used and what program it can be used in.






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






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






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






33. Which one of the following string functions tells you how many characters are in a string?






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






35. ____________ are useful for analyzing and exploring the relationships within your data






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






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






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






39. LINESIZE






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






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






42. When using the following data: NUMBER(10 -4) - the # 4 is called the __________.






43. Dynamic views begin with a ___________.






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






45. What is the data type you can use if you need an unlimited number of textual characters?






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






47. Information that is returned after you run your statement are found in the __________ tab in SQL Developer.






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






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


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