Cursor FETCH Statement
This statement fetches the next row (if a row exists) using the specified open cursor, and advances the cursor pointer.
FETCH StatementThis statement fetches the next row (if a row exists) using the specified open cursor, and advances the cursor pointer.