📚 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?
- Open the cursor
- Fetch data from the cursor
- Close the cursor
- Declare the cursor
- Hide the cursor