Atomicity

Home > Computer Science > Database Systems > ACID properties > Atomicity

This property guarantees that a transaction is treated as a single, indivisible unit of work. Either all changes are committed, or none of them are. If a transaction is interrupted by a system failure or error, it is rolled back to its original state, leaving the database unchanged.