A transaction is a group of operations treated as a single, indivisible unit — they all succeed together (COMMIT) or all fail together (ROLLBACK). Transactions guarantee ACID properties, ensuring data stays correct and consistent even with failures or concurrent access.
A transaction — all-or-nothing
;
accounts balance balance id ;
accounts balance balance id ;
;
