What is ACID property in a database?
ACID property is used to ensure that the data transactions are processed reliably in a database system. A single logical operation of a data is called transaction. ACID is an acronym for Atomicity, Consistency, Isolation, Durability. Atomicity: it requires that each transaction is all or nothing. It means if one part of the transaction fails, … Read more