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. What does SQL stand for?






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






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






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


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






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






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






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






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






10. Dynamic views begin with a ___________.






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






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






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






14. __________________ inserts the current date and time.






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






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






17. Which operator is most commonly used?






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






19. You can use the ________________ to subtract months from a given date.






20. What is the keyboard shortcut for the ROLLBACK command?






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






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






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






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






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






26. SELECT * FROM instructor ORDER BY phone






27. LINESIZE






28. Subqueries can return...






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






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






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






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






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






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






35. The ROWID pseudocolumn is not an ________- but it acts like one.






36. Write an SQL statement for SQL *Plus in which you want any unique menu items to be displayed from the restaurant table






37. The key that most database designers prefer and is chosen by the system is the _____________ key.






38. The focus of the logical data model is _____________






39. What are the main components of a ROWID?






40. An outer join includes the result rows returned by an __________ plus extra rows where no matches are found.






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






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






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






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






45. Another name for a data dictionary view is __________________ or _________________.






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






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






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






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






50. The ________ operator cannot compare against a list of values.