Managing Databases with Oracle Which SQL phrase is not supported by Oracle? ON UPDATE CASCADE ON DELETE CASCADE DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE DROP SEQUENCE [SequenceName] CREATE SEQUENCE [SequenceName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: must always be in lower case. must always be in upper case. are case sensitive. are case insensitive. must always be in lower case. must always be in upper case. are case sensitive. are case insensitive. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles? Consistent backup Full backup Inconsistent backup Differential backup Consistent backup Full backup Inconsistent backup Differential backup ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? Neither :new nor :old :old only :new only Both :new and :old Neither :new nor :old :old only :new only Both :new and :old 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 Which of the following is not true about modifying table columns? You can drop a column at any time. You can add a column at any time as long as it is a NULL column. You cannot increase or decrease the number of decimal places. You can increase the number of characters in character columns or the number of digits in numeric columns You can drop a column at any time. You can add a column at any time as long as it is a NULL column. You cannot increase or decrease the number of decimal places. You can increase the number of characters in character columns or the number of digits in numeric columns ANSWER DOWNLOAD EXAMIANS APP