Multiple choice Which of the following is NOT a valid cursor attribute? %ISOPEN <!--?xml:namespace prefix = o /--><o:p></o:p> <o:p></o:p> %EXISTS %FOUND <o:p></o:p> %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.