Use should include
- defining the difference between a cursor simple loop and a cursor FOR LOOP
- reviewing the syntax of the cursor FOR LOOP
- writing a program in PL/SQL that
- declares and populates a cursor to be used in the cursor FOR LOOP
- creates an iterative process by defining a FOR LOOP that reads a record into the declared cursor
- reads while the record contains data.