Multiple choice

Which of the following types of cursors is/are declared and used by the user to process multiple rows returned by Select statement?

  1. Implicit cursors

  2. Explicit cursors

  3. Open the cursor

  4. Closing cursor

  5. Active set

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

These type of cursors are declared and used by the user to process multiple row returned by Select statement.