A dirty read occurs when two operations say, read and write occurs together giving the Incorrect or unedited data. Suppose, A has changed a row, but has not committed the changes. B reads the uncommitted data but his view of the data may be wrong so that is Dirty Read
No comments:
Post a Comment