Cursor FOR LOOP


/ Published in: SQL
Save to your folder(s)

You would use a CURSOR FOR Loop when you want to fetch and process every record in a cursor. The CURSOR FOR Loop will terminate when all of the records in the cursor have been fetched.

URL: http://www.techonthenet.com/oracle/loops/cursor_for.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.