Managing Databases with Oracle Of the three ways to create an Oracle database, which one is the easiest and most recommended? None of these Using the SQL CREATE DATABASE command. Using the Oracle Database Configuration Assistant. Using the Oracle-supplied database creation procedures. None of these Using the SQL CREATE DATABASE command. Using the Oracle Database Configuration Assistant. Using the Oracle-supplied database creation procedures. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle After a table has been created, its structure can be modified using the SQL command: UPDATE TABLE [TableName]. MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. ALTER TABLE [TableName]. UPDATE TABLE [TableName]. MODIFY TABLE [TableName]. CHANGE TABLE [TableName]. ALTER TABLE [TableName]. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for SQL*Plus is .sql. True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle An Oracle System Change Number (SCN): is a value that is incremented whenever database changes are made. is a value that is incremented whenever a dirty read occurs. is a value that keeps track of explicit locks. is incremented whenever a deadlock occurs. is a value that is incremented whenever database changes are made. is a value that is incremented whenever a dirty read occurs. is a value that keeps track of explicit locks. is incremented whenever a deadlock occurs. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which SQL phrase is not supported by Oracle? DROP SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE CREATE SEQUENCE [SequenceName] DROP SEQUENCE [SequenceName] ON UPDATE CASCADE ON DELETE CASCADE CREATE SEQUENCE [SequenceName] ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle does NOT support a CASCADE UPDATE constraint. False True False True ANSWER DOWNLOAD EXAMIANS APP