The left-leaning slash tells Oracle to execute whatever statement is in the buffer. False True 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 : ?
What Oracle backup and recover file contains user and system data? OnLine ReDo file Control file Offline ReDo file Datafile TRUE ANSWER : ? YOUR ANSWER : ?
You can use the DROP statement to remove structures from the database. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true about modifying table columns? 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. TRUE ANSWER : ? YOUR ANSWER : ?
When you type into SQL*Plus and press enter, the statement will be finished and executed. False True TRUE ANSWER : ? YOUR ANSWER : ?
To obtain the structure of an Oracle table, the command to use is: DESCRIBE STRUCTURE [TableName]. DESC TABLE [TableName]. DESCRIBE [TableName]. STRUCTURE [TableName]. TRUE ANSWER : ? YOUR ANSWER : ?