ACID transactions in databases
ACID is an acronym that refers to 4 properties. If a database transaction has these 4 properties, it is said to be an ACID transaction.
Let’s take a look at these 4 properties.
Atomicity
All the operations within a transaction execute as an atomic ...
shreyanshgupta.hashnode.dev3 min read