Oracle Database SQL — Question 266

Which two statements are true about the SET VERIFY ON command? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct answers are B and E because the SET VERIFY ON command reveals values for variables defined with the DEFINE command and can be utilized in both SQL Developer and SQL*Plus. Option A is incorrect as it does not limit the display to just the WHERE clause, and option C is wrong since it is not restricted to SQL*Plus alone.