SQL: ACID Transactions Simplified
Firstly, I'll explain what a transaction is, then what ACID is.
So what's a Transaction π°π€
No π
, not money transactions.A transaction is a set/group of database operations that either read or modify a database, and if any of the operations fails, ...
techemmy.hashnode.dev3 min read