Multiple choice

Which of the following is the first step for using explicitly defined cursors within PL/SQL?

  1. Open the cursor

  2. Fetch data from the cursor

  3. Close the cursor

  4. Declare the cursor

  5. Hide the cursor

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

This is the first step for using explicitly defined cursors within PL/SQL that enables a user to define the cursor and assign a name to it.