ACID Properties
A transaction is a sequence of operations performed as a single logical unit.
ACID
Atomicity
All or nothing - either all operations complete or none do.
Learning Objectives
Lesson Outline
A transaction is a sequence of operations performed as a single logical unit.
All or nothing - either all operations complete or none do.
Database moves from one valid state to another valid state.
Concurrent transactions don't interfere with each other.
Once committed, changes persist even after system failure.