Which prefixes are available to Oracle triggers? :new only Both :new and :old Neither :new nor :old :old only TRUE ANSWER : ? YOUR ANSWER : ?
Oracle directly supports the definition of surrogate keys. True False TRUE ANSWER : ? YOUR ANSWER : ?
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? Edit [FileName] Alter [FileName] Open [FileName] Show [FileName] TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true of SQL views? The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions. Oracle views cannot use the ORDER BY clause in view definitions. Oracle views are created using the standard SQL-92 CREATE VIEW command. Oracle views can by queried. TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is NOT an Oracle-supported trigger? BEFORE AFTER INSTEAD OF DURING TRUE ANSWER : ? YOUR ANSWER : ?
Which SQL phrase is not supported by Oracle? DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON DELETE CASCADE ON UPDATE CASCADE TRUE ANSWER : ? YOUR ANSWER : ?
What Oracle backup and recover file contains user and system data? Control file Offline ReDo file OnLine ReDo file Datafile TRUE ANSWER : ? YOUR ANSWER : ?
When you type into SQL*Plus and press enter, the statement will be finished and executed. False True TRUE ANSWER : ? YOUR ANSWER : ?
When you type Start FILENAME, the statement in your file will be executed automatically. True False TRUE ANSWER : ? YOUR ANSWER : ?