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. When using the following data: NUMBER(10 -4) - the lowest number you can possibly have is __________.






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






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






4. What is the most common DATE format found in SQL?






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






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






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






8. A join across three tables can be expressed with the ________ join syntax.






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






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






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






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






13. The Nonequijoin can use the ________________ operator to construct joins that are not based on equality of values.






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






15. List the different types of data dictionary views.






16. Explain how Dynamic SQL is used and give an example of a Dynamic SQL statement.






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






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






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






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






21. To restart a sequence at a lower number - you can drop and ________ the sequence.






22. The _______ function lets you perform if-then-else functionality with the SQL language.






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






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






25. The TIMESTAMP WITH LOCAL TIME ZONE data type allows...






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






27. Dynamic views begin with a ___________.






28. Comparison operators can compare multiple _________________.






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






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






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






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






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






34. Which operator is most commonly used?






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


36. List the steps performed by a correlated subquery.






37. __________________ inserts the current date and time.






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






39. List 4 aggregate functions






40. What is the Oracle data dictionary called that contains a set of tables and views containing the data about the database?






41. NUMBER functions can be...






42. The ALTER SESSION statement can change the session's...






43. Explicit data type conversion is preferable to Oracle's...






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






45. _________________ relationships are always optional relationships.






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






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






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






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






50. List 6 Table-Related Menu Choices