Oracle allows the ORDER BY clause in view definitions.
Oracle allows the ORDER BY clause in view definitions.
If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same.
If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same.
The only time that case matters is inside quotation marks of strings.
The only time that case matters is inside quotation marks of strings.
Oracle does NOT support a CASCADE UPDATE constraint.
Oracle does NOT support a CASCADE UPDATE constraint.
Which of the following is not true about indexes?
Which of the following is not true about indexes?
You can use the DROP statement to remove structures from the database.
You can use the DROP statement to remove structures from the database.
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
Which prefixes are available to Oracle triggers?
Which prefixes are available to Oracle triggers?
You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?
You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?
To see the contents of the SQL*Plus buffer, type:
To see the contents of the SQL*Plus buffer, type:
Of the three ways to create an Oracle database, which one is the easiest and most recommended?
Of the three ways to create an Oracle database, which one is the easiest and most recommended?
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad.
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad.
The left-leaning slash tells Oracle to execute whatever statement is in the buffer.
The left-leaning slash tells Oracle to execute whatever statement is in the buffer.
Sequences guarantee valid surrogate key values.
Sequences guarantee valid surrogate key values.
When you type Start FILENAME, the statement in your file will be executed automatically.
When you type Start FILENAME, the statement in your file will be executed automatically.
Which of the following is not true of SQL views?
Which of the following is not true of SQL views?
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
To obtain the structure of an Oracle table, the command to use is:
To obtain the structure of an Oracle table, the command to use is:
Oracle commands, column names, table names, view names and all other database elements are case sensitive.
Oracle commands, column names, table names, view names and all other database elements are case sensitive.
Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems.
Oracle, the world's most popular DBMS, is powerful and robust, running on many different operating systems.
SQL*Plus will finish the statement and execute it when the user types in this:
SQL*Plus will finish the statement and execute it when the user types in this:
The default extension for an Oracle SQL*Plus file is:
The default extension for an Oracle SQL*Plus file is:
The semicolon terminates a SQL statement (and executes it).
The semicolon terminates a SQL statement (and executes it).
Oracle directly supports the definition of surrogate keys.
Oracle directly supports the definition of surrogate keys.
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made.
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made.
After a table has been created, its structure can be modified using the SQL command:
After a table has been created, its structure can be modified using the SQL command:
You can check on the status of tables with the DESCRIBE or DESC command.
You can check on the status of tables with the DESCRIBE or DESC command.
An Oracle System Change Number (SCN):
An Oracle System Change Number (SCN):
Which of the following is not true about modifying table columns?
Which of the following is not true about modifying table columns?
What Oracle backup and recover file contains user and system data?
What Oracle backup and recover file contains user and system data?
Money is defined in Oracle with the Currency data type.
Money is defined in Oracle with the Currency data type.
The default extension for SQL*Plus is .sql.
The default extension for SQL*Plus is .sql.
When you type into SQL*Plus and press enter, the statement will be finished and executed.
When you type into SQL*Plus and press enter, the statement will be finished and executed.
Which statement about sequences is not true?
Which statement about sequences is not true?
In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
SQL*Plus is a text editor.
SQL*Plus is a text editor.
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?
Which SQL phrase is not supported by Oracle?
Which SQL phrase is not supported by Oracle?
Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values.
Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values.
Which of the following is NOT an Oracle-supported trigger?
Which of the following is NOT an Oracle-supported trigger?