Transaction Management1
Transaction Management1
Transaction Management
Ti : read(A);
A := A − 50;
write(A);
read(B);
B := B + 50;
write(B).
• Aborted, after the transaction has been rolled back and the
database has been restored to its state prior to the start of the
transaction.