Q. You can use the BULK COLLECT INTO clause with the EXECUTE IMMEDIATE statement to store values from each column of a query's result set in a separate collection.
β
Correct Answer: (A)
Yes
Explanation: The BULK sql passes an entire collection to and fro. The BULK COLLECT INTO clause is used to execute the statements immediately.