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. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which SQL phrase is not supported by Oracle? ON UPDATE CASCADE CREATE SEQUENCE [SequenceName] DROP SEQUENCE [SequenceName] ON DELETE CASCADE ON UPDATE CASCADE CREATE SEQUENCE [SequenceName] DROP SEQUENCE [SequenceName] ON DELETE CASCADE ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle In creating a procedure, you may get a message if you have compile errors. Which of the following is true? To see the errors, enter SHOW ERRORS in SQL*Plus. If there are no syntax errors, you will receive the message "NO ERRORS." The line numbers reported match the line numbers you see in your text editor. SQL*Plus will automatically show the errors to you. To see the errors, enter SHOW ERRORS in SQL*Plus. If there are no syntax errors, you will receive the message "NO ERRORS." The line numbers reported match the line numbers you see in your text editor. SQL*Plus will automatically show the errors to you. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The left-leaning slash tells Oracle to execute whatever statement is in the buffer. True False True False 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 To see the contents of the SQL*Plus buffer, type: CURRENT CONTENTS BUFFER LIST CURRENT CONTENTS BUFFER LIST ANSWER DOWNLOAD EXAMIANS APP