Answer:
Atomicity: All statements within a transaction must be successfully completed or completely aborted.
Consistency: A transaction takes the database from one consistent state to another.
Isolation: The data used by one transaction can not be used by another transaction until the first one has completed
Durability: Once a transaction is done it can not be lost or undone.
Serializability: The schedule for execution in a multiuser environment insures consistent results