Multiple choice technology databases

How many type of cursors are available?

  1. 1

  2. 2

  3. 3

  4. 4

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

PL/SQL has two types of cursors: implicit cursors (automatically created for DML statements and SELECT INTO) and explicit cursors (declared and managed by the programmer). Option B is correct.