Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESCRIBE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: are case sensitive. are case insensitive. must always be in lower case. must always be in upper case. are case sensitive. are case insensitive. must always be in lower case. must always be in upper case. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The semicolon terminates a SQL statement (and executes it). False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle commands, column names, table names, view names and all other database elements are case sensitive. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :old only Neither :new nor :old Both :new and :old :new only :old only Neither :new nor :old Both :new and :old :new only ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To see the contents of the SQL*Plus buffer, type: CURRENT LIST BUFFER CONTENTS CURRENT LIST BUFFER CONTENTS ANSWER DOWNLOAD EXAMIANS APP