Computer Science, asked by Ashuvan5782, 1 year ago

Explain dirty read problem with example in database

Answers

Answered by ankitsingh6386
0

One of the most common problems that occur while running concurrent transactions is the Dirty Read problem. A dirty read occurs when one transaction is permitted to read data that is being modified by another transaction which is running concurrently but which has not yet committed itself.

Similar questions