You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use? Open [FileName] Show [FileName] Edit [FileName] Alter [FileName] TRUE ANSWER : ? YOUR ANSWER : ?
What Oracle backup and recover file contains user and system data? OnLine ReDo file Control file Datafile Offline ReDo file TRUE ANSWER : ? YOUR ANSWER : ?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? Rollback failure Instance Failure Media Failure Application failure TRUE ANSWER : ? YOUR ANSWER : ?
The only time that case matters is inside quotation marks of strings. True False TRUE ANSWER : ? YOUR ANSWER : ?
When you type into SQL*Plus and press enter, the statement will be finished and executed. True False TRUE ANSWER : ? YOUR ANSWER : ?
Oracle directly supports the definition of surrogate keys. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true of SQL views? Oracle views can by queried. The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions. Oracle views are created using the standard SQL-92 CREATE VIEW command. Oracle views cannot use the ORDER BY clause in view definitions. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true about indexes? Indexes are created to enforce uniqueness on columns. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created to enable fast retrieval by column values. Indexes are created with the ALTER TABLE command. TRUE ANSWER : ? YOUR ANSWER : ?