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. The COUNT function uses the __________ wildcard.






2. FEEDBACK






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






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






5. What are the main components of a ROWID?






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






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






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






9. Subqueries can return...






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






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






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






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






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






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






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






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






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






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






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






21. What is Oracle's most popular index storage structure?






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






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






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






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






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






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






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






29. List the different types of data dictionary views.






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. The ____________ icon allows you to execute multiple statements and emulates SQL *Plus as much as possible.






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






33. A _____ is a query definition stored in the database that looks just like a table - but does not have any physical rows






34. SELECT * FROM instructor ORDER BY phone






35. LINESIZE






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






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






38. The focus of the logical data model is _____________






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






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






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






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






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






44. List the steps performed by a correlated subquery.






45. To revert back to a state that happened before you ran your change statement - you issue a ____________ command.






46. Explain how the SPOOL command is used and what program it can be used in.






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






48. Comparison operators can compare multiple _________________.






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


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