Which of the following is not true about indexes?
Which of the following is not true about indexes?
The default extension for SQL*Plus is .sql.
The default extension for SQL*Plus is .sql.
Which of the following is NOT an Oracle-supported trigger?
Which of the following is NOT an Oracle-supported trigger?
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?
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:
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 directly supports the definition of surrogate keys.
Oracle directly supports the definition of surrogate keys.
You can use the DROP statement to remove structures from the database.
You can use the DROP statement to remove structures from the database.
The only time that case matters is inside quotation marks of strings.
The only time that case matters is inside quotation marks of strings.
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 statement about sequences is not true?
Which statement about sequences is not true?
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 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.
What Oracle backup and recover file contains user and system data?
What Oracle backup and recover file contains user and system data?
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.
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?
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:
Oracle allows the ORDER BY clause in view definitions.
Oracle allows the ORDER BY clause in view definitions.
Which of the following is not true about modifying table columns?
Which of the following is not true about modifying table columns?
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.
Which of the following is not true of SQL views?
Which of the following is not true of SQL views?
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.
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:
Which prefixes are available to Oracle triggers?
Which prefixes are available to Oracle triggers?
Money is defined in Oracle with the Currency data type.
Money is defined in Oracle with the Currency data type.
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.
An Oracle System Change Number (SCN):
An Oracle System Change Number (SCN):
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?
Sequences guarantee valid surrogate key values.
Sequences guarantee valid surrogate key values.
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:
Oracle does NOT support a CASCADE UPDATE constraint.
Oracle does NOT support a CASCADE UPDATE constraint.
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.
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.
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.
To see the contents of the SQL*Plus buffer, type:
To see the contents of the SQL*Plus buffer, type:
The default extension for an Oracle SQL*Plus file is:
The default extension for an Oracle SQL*Plus file is:
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.
Which SQL phrase is not supported by Oracle?
Which SQL phrase is not supported by Oracle?
The semicolon terminates a SQL statement (and executes it).
The semicolon terminates a SQL statement (and executes it).