Multiple choice

Which of the following attribute of cursor command in Oracle is used to return no more records from the cursor when it is failed?

  1. %FOUND

  2. %NOT FOUND

  3. %ISOPEN

  4. %ROWCOUNT

  5. %COUNT

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

This attribute of cursor command in Oracle is used to return no more records from the cursor if it fails.