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






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






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






4. The focus of the logical data model is _____________






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






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






7. PAGESIZE






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






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






10. The key that most database designers prefer and is chosen by the system is the _____________ key.






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






12. List 6 Table-Related Menu Choices






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






14. A transaction is a...






15. Explicit data type conversion is preferable to Oracle's...






16. Subqueries can return...






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






18. The ____________ command makes changes permanent.






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






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






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






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






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






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






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






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






27. You use the __________ keyword to change characteristics of a column.






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






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






30. List the different types of data dictionary views.






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


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






33. What does SQL stand for?






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






35. FEEDBACK






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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