Transactions

A database transaction is a sequence of operations that are treated as a single unit of work and are completed together, ensuring data integrity.

The ACID principles are a set of properties of database management systems that guarantee that database transactions reliably maintain data integrity.

See also distributed transaction.