Managing Databases with Oracle When using SQL*Plus, Oracle commands, column names, table names and all other database elements: 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. must always be in upper case. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Oracle allows the ORDER BY clause in view definitions. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle After a table has been created, its structure can be modified using the SQL command: MODIFY TABLE [TableName]. UPDATE TABLE [TableName]. CHANGE TABLE [TableName]. ALTER TABLE [TableName]. MODIFY TABLE [TableName]. UPDATE TABLE [TableName]. CHANGE TABLE [TableName]. ALTER TABLE [TableName]. 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 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. None of these ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .sql .pls .ora .txt .sql .pls .ora .txt ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :new only Neither :new nor :old Both :new and :old :old only :new only Neither :new nor :old Both :new and :old :old only ANSWER DOWNLOAD EXAMIANS APP