📚 Practice Mode

Oracle Database and PL/SQL Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 15
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