Home / Programming MCQs / MySQL MCQs / Question

S

Shivam • 8.86K Points
Tutor III

Q. How many attributes does every explicit cursor and cursor variable have?

(A) 3
(B) 2
(C) 4
(D) 5
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.