Chapter 18: Cursors: Accessing Data Row by Row

A cursor accesses the results of a SQL select statement one or more rows at a time. Cursors allow you to modify or delete rows on an individual basis.

For information on how cursors affect performance, see the Performance and Tuning Guide.