Managing Databases with Oracle After a table has been created, its structure can be modified using the SQL command: MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. UPDATE TABLE [TableName]. ALTER TABLE [TableName]. MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. UPDATE TABLE [TableName]. ALTER TABLE [TableName]. 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? Differential backup Inconsistent backup Consistent backup Full backup Differential backup Inconsistent backup Consistent backup Full backup ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle SQL*Plus will finish the statement and execute it when the user types in this: A semicolon ( ; ) followed by [Enter]. A left slash ( ) followed by [Enter]. A colon ( : ) followed by [Enter]. A period ( . ) followed by [Enter]. A semicolon ( ; ) followed by [Enter]. A left slash ( ) followed by [Enter]. A colon ( : ) followed by [Enter]. A period ( . ) followed by [Enter]. 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] Open [FileName] Alter [FileName] Edit [FileName] Show [FileName] Open [FileName] Alter [FileName] Edit [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle allows the ORDER BY clause in view definitions. False True False True 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