What are the ACID properties in Database Systems?
ACID stands for Atomicity, Consistency, Isolation, and Durability. It is a set of database properties(rules) which transactions must obey to maintain the integrity and consistency of a database. In this article we’ll take a look at each ACID property.