PL SQL Interview Questions


Q.  In the SQL Cursor, which attribute is TRUE when a cursor has some remaining rows to fetch, and FALSE when a cursor has no rows left to fetch?

a. %ROWCOUNT
b. %FOUND
c. %NOTFOUND
d. %ISOPEN



 
 

    Discussion

Post your comment / Share knowledge