Multiple choice

Which of the following types of cursors is used by Oracle for each UPDATE, DELETE and INSERT SQL commands?

  1. Explicit cursor

  2. Implicit cursor

  3. % NOT FOUND

  4. None of these

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

Implicit cursors are used by Oracle for each UPDATE, DELETE and INSERT SQL commands.