Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .sql .pls .txt .ora .sql .pls .txt .ora 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? Alter [FileName] Show [FileName] Open [FileName] Edit [FileName] Alter [FileName] Show [FileName] Open [FileName] Edit [FileName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which statement about sequences is not true? Sequences are most often used to provide values for surrogate keys. NextVal and CurrVal are both sequence methods. Sequences guarantee valid surrogate key values. A sequence is an object that generates a sequential series of unique numbers. Sequences are most often used to provide values for surrogate keys. NextVal and CurrVal are both sequence methods. Sequences guarantee valid surrogate key values. A sequence is an object that generates a sequential series of unique numbers. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can use the DROP statement to remove structures from the database. True False True False 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