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