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, ...
Oct 10, 20223 min read24
