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 reasons that a subquery could not be unnested.






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






3. The term ____________ ___________ is used to express a join that satisfies the join condition.






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






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






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






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






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






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






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






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






12. You can simplify the writing of SQL statements by writing SQL _________ that generate and execute other SQL statements.






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






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






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






16. List 6 Table-Related Menu Choices






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






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






19. FEEDBACK






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






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






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






23. List 4 aggregate functions






24. The COUNT function uses the __________ wildcard.






25. UNION ALL does not sort - therefore it is less time consuming to use than the...






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






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






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






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






30. Instead of using the Oracle Outer Join Operator or the ANSI syntax - you can achieve the same result with two SQL statements: ____________ and a ____________






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






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






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






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






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






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






37. __________________ inserts the current date and time.






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






39. LINESIZE






40. When disabling a unique or primary key - you can keep the index if you specify the __________________ clause in the ALTER TABLE statement.






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






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






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






44. A transaction is a...






45. The time zone displacement value indicates the time difference from _______.






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


47. What are the main components of a ROWID?






48. What is the syntax used to indicate that you are using the Oracle Outer Join operator?






49. Write the syntax to rename index just_two_more_weeks_i to finally_i






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