ACID is the acronym for transaction features, which defines the following four aspects.
Atomic: a transaction is executed completely or not at all.
Consistent: a transaction keeps all the database integrity constraints.
Isolated: transactions, if executed concurrently, result in the same effects as they are executed serially.
Durable: commited transactions have the effects permanently recorded in the databases.