Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESCRIBE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. STRUCTURE [TableName]. DESCRIBE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. STRUCTURE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: 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. are case insensitive. are case sensitive. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which statement about sequences is not true? 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. Sequences are most often used to provide values for surrogate keys. NextVal and CurrVal are both sequence methods. 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 To see the contents of the SQL*Plus buffer, type: LIST BUFFER CONTENTS CURRENT LIST BUFFER CONTENTS CURRENT ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same. True False True False ANSWER DOWNLOAD EXAMIANS APP