What is ACID in database systems?

A

ATOMICITY

Transaction takes place at once or doesn’t happen at all.

C

Consistency

database is consistent before and after the transaction

I

Isolation

Transactions occur independently without interference

D

Durability

modifications to the database are stored in and written to disk and they persist even if a system failure occurs