BULK COLLECT INTO clause with FETCH statement to store values from each column - SQL Operations
Q. You can use the BULK COLLECT INTO clause with the FETCH statement to store values from each column of a cursor in a separate collection.- Published on 07 Jul 15a. True
b. False
ANSWER: True
The bulk binding binds a variable in a SQL statement to a collection of values. The FETCH statement supports the dynamic bulk binding.