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. Explain the steps needed to run a script in SQL Developer






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






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






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






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






7. NUMBER functions can be...






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






9. The focus of the logical data model is _____________






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






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






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






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






14. The COUNT function uses the __________ wildcard.






15. Dynamic views begin with a ___________.






16. PAGESIZE






17. The _____________ clause determines how rows are grouped.






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






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






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






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






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






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






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






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






26. FEEDBACK






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






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






29. The purpose of the HAVING clause is to eliminate___________.






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






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






32. What are the main components of a ROWID?






33. SELECT * FROM instructor ORDER BY phone






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


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






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






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






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. When column names on the tables are different - you use the ______ condition.






40. List the different types of data dictionary views.






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






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






43. SQL Developer provides an extensive list of useful reports and offers the capability to create your own...






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






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






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






47. You use the _________ keyword to add columns or constraints to a table.






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






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






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