Oracle Database Administration I — Question 122

Which two statements are true about substitution variables? (Choose two.)

Answer options

Correct answer: A, F

Explanation

Option A is correct because substitution variables can indeed be used in various parts of a SELECT statement. Option F is also correct as it explains the behavior of the && prefix, which allows for a single prompt in the session unless the variable is set to undefined. The other options are incorrect based on the rules of substitution variable usage in SQL.