CLOSE statement enables cursor variable & makes associated result set undefined - SQL Operations
Q. The CLOSE statement enables a cursor variable and makes the associated result set undefined.- Published on 09 Jul 15a. True
b. False
ANSWER: False
The above statement is false. The correct statement is: The CLOSE statement disables the cursor, and the result set becomes undefined.