Managing Databases with Oracle Which of the following is NOT an Oracle-supported trigger? AFTER INSTEAD OF BEFORE DURING AFTER INSTEAD OF BEFORE DURING ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle To obtain the structure of an Oracle table, the command to use is: STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE STRUCTURE [TableName]. DESCRIBE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle An Oracle System Change Number (SCN): is a value that keeps track of explicit locks. is a value that is incremented whenever database changes are made. is a value that is incremented whenever a dirty read occurs. is incremented whenever a deadlock occurs. is a value that keeps track of explicit locks. is a value that is incremented whenever database changes are made. is a value that is incremented whenever a dirty read occurs. is incremented whenever a deadlock occurs. 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 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. must always be in lower case. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle directly supports the definition of surrogate keys. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Of the three ways to create an Oracle database, which one is the easiest and most recommended? Using the Oracle-supplied database creation procedures. Using the SQL CREATE DATABASE command. None of these Using the Oracle Database Configuration Assistant. Using the Oracle-supplied database creation procedures. Using the SQL CREATE DATABASE command. None of these Using the Oracle Database Configuration Assistant. ANSWER DOWNLOAD EXAMIANS APP