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. What is the data type you can use if you need an unlimited number of textual characters?






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






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






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






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






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






7. List 6 Table-Related Menu Choices






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






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






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






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






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






13. PAGESIZE






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






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






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






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






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






19. The _______ function adds values together for a group of rows.






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


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






22. Subqueries can return...






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






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






25. Which operator is most commonly used?






26. The focus of the logical data model is _____________






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






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






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






30. Dynamic views begin with a ___________.






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






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






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






34. FEEDBACK






35. The Nonequijoin can use the ________________ operator to construct joins that are not based on equality of values.






36. The COUNT function uses the __________ wildcard.






37. Comparison operators can compare multiple _________________.






38. Explain how you can optimize your queries with subqueries and the main advantage of doing so.






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






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






41. A _____ is a query definition stored in the database that looks just like a table - but does not have any physical rows






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






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






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






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






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






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






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






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






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