Managing Databases with Oracle Which SQL phrase is not supported by Oracle? ON UPDATE CASCADE DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON DELETE CASCADE ON UPDATE CASCADE DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle does NOT support a CASCADE UPDATE constraint. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle 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] Open [FileName] Alter [FileName] Show [FileName] Edit [FileName] Open [FileName] Alter [FileName] Show [FileName] 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 Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE [TableName]. ANSWER DOWNLOAD EXAMIANS APP