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. The focus of the logical data model is _____________






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






3. NUMBER functions can be...






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






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






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






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






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






9. Comparison operators can compare multiple _________________.






10. Write a statement that drops the index need_to_pass_i






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






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






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






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






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






16. Which operator is most commonly used?






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






18. The COUNT function uses the __________ wildcard.






19. PAGESIZE






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






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






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






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






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






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






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






27. Dynamic views begin with a ___________.






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






29. The _______ operator determines common rows.






30. The _____________ clause determines how rows are grouped.






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






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






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






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






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






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


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






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






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






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






41. __________________ inserts the current date and time.






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






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






44. SELECT * FROM instructor ORDER BY phone






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






46. List the steps performed by a correlated subquery.






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






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






49. _________________ relationships are always optional relationships.






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