Managing Databases with Oracle To see the contents of the SQL*Plus buffer, type: LIST BUFFER CURRENT CONTENTS LIST BUFFER CURRENT CONTENTS ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What Oracle backup and recover file contains user and system data? Control file Datafile Offline ReDo file OnLine ReDo file Control file Datafile Offline ReDo file OnLine ReDo file ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :new only Both :new and :old Neither :new nor :old :old only :new only Both :new and :old Neither :new nor :old :old only ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESCRIBE [TableName]. DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can use the DROP statement to remove structures from the database. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is NOT an Oracle-supported trigger? BEFORE AFTER INSTEAD OF DURING BEFORE AFTER INSTEAD OF DURING ANSWER DOWNLOAD EXAMIANS APP