DB Transaction - ACID Properties
Transaction Transactions are atomic units of work that can be committed or rolled back. When a transaction makes multiple changes to the database, either all the changes succeed when the transaction is committed, or all the changes are undone when t...
Apr 15, 20243 min read43
