Managing Databases with Oracle Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made. True False True False 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 To see the contents of the SQL*Plus buffer, type: CURRENT BUFFER CONTENTS LIST CURRENT BUFFER CONTENTS LIST ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Sequences guarantee valid surrogate key values. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which of the following is not true of SQL views? Oracle views are created using the standard SQL-92 CREATE VIEW command. Oracle views can by queried. 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 are created using the standard SQL-92 CREATE VIEW command. Oracle views can by queried. 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 Which prefixes are available to Oracle triggers? :old only Both :new and :old Neither :new nor :old :new only :old only Both :new and :old Neither :new nor :old :new only ANSWER DOWNLOAD EXAMIANS APP