Managing Databases with Oracle Which of the following is not true about modifying table columns? You can add a column at any time as long as it is a NULL column. You cannot increase or decrease the number of decimal places. You can increase the number of characters in character columns or the number of digits in numeric columns You can drop a column at any time. You can add a column at any time as long as it is a NULL column. You cannot increase or decrease the number of decimal places. You can increase the number of characters in character columns or the number of digits in numeric columns You can drop a column at any time. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can use the DROP statement to remove structures from the database. 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 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. Using the Oracle-supplied database creation procedures. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle Which prefixes are available to Oracle triggers? :new only :old only Neither :new nor :old Both :new and :old :new only :old only Neither :new nor :old Both :new and :old ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles? Differential backup Inconsistent backup Consistent backup Full backup Differential backup Inconsistent backup Consistent backup Full backup ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can check on the status of tables with the DESCRIBE or DESC command. True False True False ANSWER DOWNLOAD EXAMIANS APP