Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .ora .sql .pls .txt .ora .sql .pls .txt ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is not true about indexes? Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created with the ALTER TABLE command. Indexes are created to enforce uniqueness on columns. Indexes are created to enable fast retrieval by column values. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes. Indexes are created with the ALTER TABLE command. Indexes are created to enforce uniqueness on columns. Indexes are created to enable fast retrieval by column values. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: STRUCTURE [TableName]. DESCRIBE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? Application failure Instance Failure Media Failure Rollback failure Application failure Instance Failure Media Failure Rollback failure ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To see the contents of the SQL*Plus buffer, type: CONTENTS LIST BUFFER CURRENT CONTENTS LIST BUFFER CURRENT ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can use the DROP statement to remove structures from the database. False True False True ANSWER DOWNLOAD EXAMIANS APP