Which of the following is not true about modifying table 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 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true of SQL views? Oracle views can by queried. The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions. Oracle views cannot use the ORDER BY clause in view definitions. Oracle views are created using the standard SQL-92 CREATE VIEW command. TRUE ANSWER : ? YOUR ANSWER : ?
When you type Start FILENAME, the statement in your file will be executed automatically. True False TRUE ANSWER : ? YOUR ANSWER : ?
When you type into SQL*Plus and press enter, the statement will be finished and executed. True False TRUE ANSWER : ? YOUR ANSWER : ?
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad. False True TRUE ANSWER : ? YOUR ANSWER : ?
The semicolon terminates a SQL statement (and executes it). False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is NOT an Oracle-supported trigger? INSTEAD OF DURING AFTER BEFORE TRUE ANSWER : ? YOUR ANSWER : ?
What Oracle backup and recover file contains user and system data? Control file OnLine ReDo file Datafile Offline ReDo file TRUE ANSWER : ? YOUR ANSWER : ?
Of the three ways to create an Oracle database, which one is the easiest and most recommended? Using the Oracle Database Configuration Assistant. Using the Oracle-supplied database creation procedures. None of these Using the SQL CREATE DATABASE command. TRUE ANSWER : ? YOUR ANSWER : ?