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. Instead of using the Oracle Outer Join Operator or the ANSI syntax - you can achieve the same result with two SQL statements: ____________ and a ____________






2. The ____________ clause on a CREATE TABLE statement can specify how much space to allocate.






3. You use the _________ keyword to add columns or constraints to a table.






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






5. The COUNT function is useful for determining whether a table has...






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






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






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






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






10. Write the syntax to rename index just_two_more_weeks_i to finally_i






11. _________ rows are not allowed in the relational model.






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






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






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






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






16. Converting a text literal to DATE format requires the use of the...






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






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






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






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






21. When you want to run a script in either SQL*Plus or SQL Developer - you can use a ______ or the _________ command.






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






23. Dynamic views begin with a ___________.






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






25. The ______ depicts the M of a 1:M relationship.


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






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






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






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






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






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






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






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






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






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






36. List the steps performed by a correlated subquery.






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






38. List the different types of data dictionary views.






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






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






41. The _______ operator determines common rows.






42. List 6 Table-Related Menu Choices






43. What are the main components of a ROWID?






44. __________________ inserts the current date and time.






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






46. Write a statement that drops the index need_to_pass_i






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






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






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






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