Two transactions operate on the same data item: • $T_1$: Read(X), Write(X) • $T_2$: Read(X), Write(X) If both execute without proper control, the system may face?
Show Hint
The Lost Update Problem is also known as a "Write-Write Conflict." It is the most common reason why databases enforce strict isolation levels.