Multiple choice technology databases

Which attribute is not correct for an explicit cursor?

  1. %ROWCOUNT

  2. %ISOPEN

  3. %NOTFOUND

  4. %COUNT

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Explicit cursor attributes are %ISOPEN, %FOUND, %NOTFOUND, and %ROWCOUNT. There is no %COUNT attribute for cursors. Option D correctly identifies %COUNT as invalid. All other options list valid cursor attributes.