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 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)