Home »
PL/SQL MCQs
Which of the following is/are an/the implicit cursor's attribute(s)?
81. Which of the following is/are an/the implicit cursor's attribute(s)?
- %FOUND
- %ROWCOUNT
- %ISOPEN
- All of the above
Answer: D) All of the above
Explanation:
%FOUND, %ROWCOUNT, %OPEN and %NOTFOUND are all the implicit cursor's attributes.