Declaring and controlling explicit cursors should include writing a program in PL/SQL that
- naming the cursor
- selecting the data columns
- selecting the files
- selecting the rows
- POPULATES the cursor
- OPENS the cursor
- FETCHS data from the cursor
- CLOSES the cursor.