Data & Databases
Nonrepeatable Read
An anomaly where a transaction rereads a row and sees a different committed value because another transaction changed it. Unlike a dirty read, the intervening write has committed. It concerns an existing row rather than only changes in the set matching a query.
Also called: Non-repeatable Read
Reviewed
Sources
Member lesson
The definition and sources are public. The complete practical lesson is for members.