Transaction (Database)
Transaktion (Datenbank)
A transaction is a group of database operations treated as an indivisible unit — either all the changes it contains are successfully applied, or none of them are, if an error occurs. This prevents inconsistent intermediate states.