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. List the steps performed by a correlated subquery.






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






3. Explain Flashback queries and how they are used. Give an example of a FLASHBACK_TRANSACTION query and explain what it does row by row.

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


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






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






6. The COUNT function uses the __________ wildcard.






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






8. List 6 Table-Related Menu Choices






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






10. The ______ operator compares a list of values for equivalency






11. The ____________ clause on a CREATE TABLE statement can specify how much space to allocate.






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






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






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






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






16. FEEDBACK






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






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






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






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






21. Which operator is most commonly used?






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






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






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






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






26. When using the following data: NUMBER(10 -4) - the lowest number you can possibly have is __________.






27. Dynamic views begin with a ___________.






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






29. Write a statement that drops the index need_to_pass_i






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






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






32. The focus of the logical data model is _____________






33. You can pass parameters from the operating system when ___________ in SQl*Plus






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






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






36. What are the main components of a ROWID?






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






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






39. The TRUNC function on a date without a format model truncates the timestamp to...






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






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






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






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






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






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






46. Subqueries can return...






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






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






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






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