Databases & SQL

ACID

/ˈæsɪd/

Definition

Four properties guaranteeing reliable database transactions: Atomicity, Consistency, Isolation, and Durability.

Example in context

"Any money transfer must be ACID — if the debit succeeds but the credit fails, the whole transaction rolls back."

Related terms

Practice this term

Master ACID in context by working through exercises in the Databases & SQL module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.