In context of database, let T1 and T2 are two concurrent transactions. Consider the following sequence of operations on data X :
T1 : R(X) T1: W(X) T2 : R(X) T2 : W(X)
This is a __________ problem.
1
Dirty Read
2
Lost Update
3
Incorrect Summary
4
Unrepeatable Read