Managing Databases with Oracle Which of the following is not true about 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. Indexes are created with the ALTER TABLE command. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Of the three ways to create an Oracle database, which one is the easiest and most recommended? Using the Oracle Database Configuration Assistant. None of these Using the SQL CREATE DATABASE command. Using the Oracle-supplied database creation procedures. Using the Oracle Database Configuration Assistant. None of these Using the SQL CREATE DATABASE command. Using the Oracle-supplied database creation procedures. 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? Alter [FileName] Edit [FileName] Open [FileName] Show [FileName] Alter [FileName] Edit [FileName] Open [FileName] Show [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle commands, column names, table names, view names and all other database elements are case sensitive. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle SQL*Plus will finish the statement and execute it when the user types in this: A period ( . ) followed by [Enter]. A colon ( : ) followed by [Enter]. A semicolon ( ; ) followed by [Enter]. A left slash ( ) followed by [Enter]. A period ( . ) followed by [Enter]. A colon ( : ) followed by [Enter]. A semicolon ( ; ) followed by [Enter]. A left slash ( ) followed by [Enter]. 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 Differential backup Inconsistent backup Consistent backup Full backup Differential backup Inconsistent backup ANSWER DOWNLOAD EXAMIANS APP