Oracle Database SQL — Question 90

Which two statements are true about substitution variables?

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D. Statement C is true because substitution variables can indeed be used in any clause of a SELECT statement. Statement D is correct as the && prefix ensures that the prompt occurs only once per session, unless undefined. Statements A, B, E, and F are incorrect because they misrepresent the usage and requirements of substitution variables.