| 3. |
What does SQL*Plus do when it encounters a substitution variable?
Please select the best answer.
|
| |
A.
|
It always prompts you for a value, defines the variable with that value, and stores that value in the database. |
| |
B.
|
It attempts to retrieve the variable's value from the database, prompts you for a value if none was found in the database, and then uses that value in the command or SQL statement. |
| |
C.
|
It displays the statement for you to look at, allows you to edit that statement, and executes the result. |
| |
D.
|
It checks to see if the variable has been defined, prompts you for a value if it hasn't been defined, and then uses that value in the command or SQL statement. |