Managing Databases with Oracle Which SQL phrase is not supported by Oracle? CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE DROP SEQUENCE [SequenceName] ON DELETE CASCADE CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE DROP SEQUENCE [SequenceName] ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can check on the status of tables with the DESCRIBE or DESC command. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When you type Start FILENAME, the statement in your file will be executed automatically. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .ora .pls .sql .txt .ora .pls .sql .txt ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE [TableName]. DESCRIBE STRUCTURE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle SQL*Plus is a text editor. False True False True ANSWER DOWNLOAD EXAMIANS APP