Managing Databases with Oracle Which of the following is not true about indexes? Indexes are created with the ALTER TABLE command. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created to enable fast retrieval by column values. Indexes are created to enforce uniqueness on columns. Indexes are created with the ALTER TABLE command. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created to enable fast retrieval by column values. Indexes are created to enforce uniqueness on columns. 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] Alter [FileName] Show [FileName] Open [FileName] Edit [FileName] Alter [FileName] Show [FileName] Open [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? Both :new and :old :old only :new only Neither :new nor :old Both :new and :old :old only :new only Neither :new nor :old 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 Inconsistent backup Full backup Differential backup Consistent backup Inconsistent backup Full backup Differential backup ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Sequences guarantee valid surrogate key values. False True False True ANSWER DOWNLOAD EXAMIANS APP