https://moodle.cs.ubbcluj.ro/pluginfile.php/49852/mod_resource/content/1/DBMSs_Lecture1.pdf

DBMSs_Lecture1.pdf

Transactions

Properties – ACID

ATOMICITY

e.g.

Consider the following transaction transferring money from AccountA to AccountB: AccountA ← AccountA - 100 AccountB ← AccountB + 100

If the transaction fails in the middle, 100 lei must be restored to AccountA, i.e. partial effects are undone

CONSISTENCY