ACID is the standard acronym for the key properties of database transactions: Atomicity (all-or-nothing execution), Consistency (maintaining valid database states), Isolation (independent transactions), and Durability (permanent persistence of committed data).