RDBMS - Santhi's Blog

ACID Properties

ACID means Atomicity, Consistency, Isolation and Durability.  Lets look at each of these properties with examples below Atomicity: Each transaction is all or nothing Example: When user purchases any item and does payment, let’s assume we have two transactions. If first transaction fails, then next one will also be a failure. Both will happen together