module 8 part #4 Flashcards
1
Q
holds the output of a SQL statement that may return two or more rows
A
Explicit cursor
2
Q
_______ is a cursor attribute that returns TRUE if the last FETCH returned a row, and FALSE if not.
a. %ROWCOUNT
b. %NOTFOUND
c. %FOUND
d. %ISOPEN
A
c. %FOUND
3
Q
A