%FOUND attribute returns NULL - SQL Operations
Q. Which attribute returns NULL?- Published on 07 Jul 15a. %FOUND
b. %ISOPEN
c. %NOTFOUND
d. %ROWCOUNT
ANSWER: %FOUND
The %FOUND attribute returns null if the cursor is open but the fetch has not been executed.