Example 20.2 The uncommitted dependency (or dirty read) problem
The uncommitted dependency problem occurs when one transaction is allowed to see the
intermediate results of another transaction before it has committed. Figure 20.5 shows an
example of an uncommitted dependency that causes an error, using the same initial value
for balance bal
x
as in the previous example. Here, transaction T
4
updates bal
x
to £200,