Standard Multi-Record Operations

Rather than operating on a single database table row, these operations allow for processing multiple rows. In database maintenance applications, it is often necessary to return multiple records to a user interface, from which the user selects one for processing. Batch programs also frequently operate on multiple rows of a table; for example a Bank account statement printing batch program will typically operate on the accounts of every client on record.

These operations are represented by the following operation stereotype: