Managing Databases with Oracle After a table has been created, its structure can be modified using the SQL command: UPDATE TABLE [TableName]. CHANGE TABLE [TableName]. MODIFY TABLE [TableName]. ALTER TABLE [TableName]. UPDATE TABLE [TableName]. CHANGE TABLE [TableName]. MODIFY TABLE [TableName]. ALTER 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 Media Failure Rollback failure Instance Failure Application failure Media Failure Rollback failure Instance Failure ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When you type Start FILENAME, the statement in your file will be executed automatically. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To see the contents of the SQL*Plus buffer, type: BUFFER CURRENT LIST CONTENTS BUFFER CURRENT LIST CONTENTS ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values. True False True False ANSWER DOWNLOAD EXAMIANS APP