RETURNING BULK COLLECT INTO clause with EXECUTE IMMEDIATE store results - SQL Operations
Q. You can use the RETURNING BULK COLLECT INTO clause with the EXECUTE IMMEDIATE statement to store the results of which statements in a set of collections?- Published on 07 Jul 15a. INSERT
b. UPDATE
c. DELETE
d. All mentioned above
ANSWER: All mentioned above
The bulk binding binds a variable in a SQL statement to a collection of values.