Multiple choice

Which of the following attributes is used in PL/SQL to fetch all the records from the cursor until the last record?

  1. %FOUND

  2. %NOTFOUND

  3. ISOPEN

  4. %ROWCOUNT

  5. Program counter

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

This attribute is used in PL/SQL to fetch all the records from the cursor until the last record.