Example
T1: read(A);
A := A - 50;
write (A);
read (B);
B := B + 50;
write (B).
Lets analyze ACID property with this transaction.
Previous slide
Next slide
Back to first slide
View graphic version