ACID stands for Atomicity, Consistency, Isolation, and Durability - the four key properties that guarantee database transactions are processed reliably. Atomicity ensures all-or-nothing execution, Consistency maintains data validity, Isolation prevents interference between transactions, and Durability ensures committed data persists.