Managing Databases with Oracle SQL*Plus is a text editor. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. DESC TABLE [TableName]. STRUCTURE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can check on the status of tables with the DESCRIBE or DESC command. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which SQL phrase is not supported by Oracle? CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE DROP SEQUENCE [SequenceName] ON DELETE CASCADE CREATE SEQUENCE [SequenceName] ON UPDATE CASCADE DROP SEQUENCE [SequenceName] ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is not true of SQL views? Oracle views can by queried. Oracle views are created using the standard SQL-92 CREATE VIEW command. Oracle views cannot use the ORDER BY clause in view definitions. The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions. Oracle views can by queried. Oracle views are created using the standard SQL-92 CREATE VIEW command. Oracle views cannot use the ORDER BY clause in view definitions. The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions. 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