ACID Properties in Databases ACID is a set of properties that guarantee reliable processing of database transactions. 1. Atomicity All operations in a transaction must succeed or all fail (roll back) Transaction is treated as a single unit No partial completion Example: