Managing Databases with Oracle Which SQL phrase is not supported by Oracle? DROP SEQUENCE [SequenceName] ON UPDATE CASCADE CREATE SEQUENCE [SequenceName] ON DELETE CASCADE DROP SEQUENCE [SequenceName] ON UPDATE CASCADE CREATE SEQUENCE [SequenceName] ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When you type into SQL*Plus and press enter, the statement will be finished and executed. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :old only Neither :new nor :old Both :new and :old :new only :old only Neither :new nor :old Both :new and :old :new only ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Sequences guarantee valid surrogate key values. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Money is defined in Oracle with the Currency data type. True False True False ANSWER DOWNLOAD EXAMIANS APP