Multiple choice

Which of the following explicit cursor attributes evaluates, true if the cursor is opened?

  1. %NOTFOUND

  2. %FOUND

  3. %ISOPEN

  4. %ROWCOUNT

  5. %ISCLOSED

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

This explicit cursor attribute evaluates to true, if the cursor is opened.