Multiple choice

Which of the following is NOT a valid cursor attribute?

  1. %ISOPEN <!--?xml:namespace prefix = o /--><o:p></o:p> <o:p></o:p>

  2. %EXISTS

  3. %FOUND <o:p></o:p>

  4. %ROWCOUNT

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

The %exists is not a valid cursor attribute. If used with a cursor name, it will result in compilation error.