Apex cursors allow us to divide the processing of a SOQL query result into batches that can be handled within the context of a single transaction.
Tag:
Apex cursors allow us to divide the processing of a SOQL query result into batches that can be handled within the context of a single transaction.