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. Dynamic views begin with a ___________.






2. Explain the differences in how an ANSI Full Outer Join and a Full Outer Join using the UNION Operator work






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






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






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






6. Write a statement that drops the index need_to_pass_i






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






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






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






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






11. What are the main components of a ROWID?






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






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






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






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






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






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






18. The _____________ clause determines how rows are grouped.






19. The _______ operator determines common rows.






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






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






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






23. When column names on the tables are different - you use the ______ condition.






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






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






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






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


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






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






30. Which operator is most commonly used?






31. The __________ operator is inclusive of the two values specified.






32. When you INSERT new information into a table - it is followed with a _______ keyword that contains the information that is going to be added to the table.






33. What does the following function return? SELECT LENGTH(NULL) - FROM dual






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






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






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






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






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






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






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






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






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






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






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






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






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






47. Explain how Substitution Variables are used when writing scripts.






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






49. FEEDBACK






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