Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: must always be in upper case. 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. 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]. ALTER TABLE [TableName]. UPDATE TABLE [TableName]. CHANGE TABLE [TableName]. MODIFY TABLE [TableName]. ALTER TABLE [TableName]. UPDATE TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What Oracle backup and recover file contains user and system data? OnLine ReDo file Control file Offline ReDo file Datafile OnLine ReDo file Control file Offline ReDo file Datafile 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? Open [FileName] Show [FileName] Alter [FileName] Edit [FileName] Open [FileName] Show [FileName] Alter [FileName] Edit [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When you type into SQL*Plus and press enter, the statement will be finished and executed. True False True False ANSWER DOWNLOAD EXAMIANS APP