Oracle Database SQL — Question 152

Which is true about the & and && prefixes with substitution variables? (Choose all that apply.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because both prefixes can indeed be used for substitution variables in queries and DML statements. Option B is also correct since the & prefix prompts for a value each time it is encountered in the same query. The other options are incorrect as they misrepresent the functionality of the prefixes with substitution variables.