 |
Cursor FOR LOOP Statement - Oracle Documentation
Cursor FOR LOOP Statement The cursor FOR LOOP statement implicitly declares its loop index as a record variable of the row type that a specified cursor returns, and then opens a cursor. With each iteration, the cursor FOR LOOP statement fetches a row from
docs.oracle.com |
 |