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 is the syntax used to indicate that you are using the Oracle Outer Join operator?






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






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






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






5. When you run a script in SQL*Plus you must give the...






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






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






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






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






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






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






12. NUMBER functions can be...






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






14. The _______ operator determines common rows.






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






16. Explain the steps needed to run a script in SQL Developer






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






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






19. The ______ operator compares a list of values for equivalency






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






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






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






23. Explain why constraints are used when building tables.

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


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






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






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






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






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






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






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






31. Explain how Oracle treats locks when a database is being updated and needs to be viewed by other users.






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






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






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






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






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






37. It is considered good form to put all SQL commands in...






38. The focus of the logical data model is _____________






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






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






41. A transaction is a...






42. FEEDBACK






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






44. Write the syntax to rename index just_two_more_weeks_i to finally_i






45. The ____________ command makes changes permanent.






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






47. When you have issued a DELETE command - you can still ________ those rows and restore the information.






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






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






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