Managing Databases with Oracle The default extension for SQL*Plus is .sql. False True False True 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? Inconsistent backup Full backup Differential backup Consistent backup Inconsistent backup Full backup Differential backup Consistent backup 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 After a table has been created, its structure can be modified using the SQL command: CHANGE TABLE [TableName]. MODIFY TABLE [TableName]. UPDATE TABLE [TableName]. ALTER TABLE [TableName]. CHANGE TABLE [TableName]. MODIFY TABLE [TableName]. UPDATE TABLE [TableName]. ALTER TABLE [TableName]. 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? Show [FileName] Alter [FileName] Open [FileName] Edit [FileName] Show [FileName] Alter [FileName] Open [FileName] Edit [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: are case insensitive. are case sensitive. must always be in lower case. must always be in upper case. are case insensitive. are case sensitive. must always be in lower case. must always be in upper case. ANSWER DOWNLOAD EXAMIANS APP