Oracle Database: Advanced PL/SQL — Question 9

Which two statements are true about the RETURNING clause when used with DML? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because the RETURNING INTO clause can indeed be used with multiple rows when BULK COLLECT is applied, and it retrieves column values for the rows impacted by DML statements. Options A and B are incorrect as they misrepresent the limitations of the RETURNING INTO clause, and option E is irrelevant to the context of DML operations.