Managing Databases with Oracle Which of the following is NOT an Oracle-supported trigger? INSTEAD OF BEFORE AFTER DURING INSTEAD OF BEFORE AFTER DURING ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle allows the ORDER BY clause in view definitions. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which SQL phrase is not supported by Oracle? DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESC TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To see the contents of the SQL*Plus buffer, type: CONTENTS LIST CURRENT BUFFER CONTENTS LIST CURRENT BUFFER ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad. False True False True ANSWER DOWNLOAD EXAMIANS APP