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 To see the contents of the SQL*Plus buffer, type: BUFFER CURRENT CONTENTS LIST BUFFER CURRENT CONTENTS LIST ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The left-leaning slash tells Oracle to execute whatever statement is in the buffer. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Money is defined in Oracle with the Currency data type. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :old only Both :new and :old :new only Neither :new nor :old :old only Both :new and :old :new only Neither :new nor :old ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is not true about modifying table columns? You cannot increase or decrease the number of decimal places. You can drop a column at any time. You can add a column at any time as long as it is a NULL column. You can increase the number of characters in character columns or the number of digits in numeric columns You cannot increase or decrease the number of decimal places. You can drop a column at any time. You can add a column at any time as long as it is a NULL column. You can increase the number of characters in character columns or the number of digits in numeric columns ANSWER DOWNLOAD EXAMIANS APP