Q. How many attributes does every explicit cursor and cursor variable have?
β
Correct Answer: (C)
4
Explanation: The 4 attributes are: %FOUND, %ISOPEN %NOTFOUND, and %ROWCOUNT. When these attributes are appended with the cursor or the cursor variable they return useful information about the execution of a data manipulation statement.