Non Repeatable Read is also one of the concurrency problem in SQL Server. And it also causes confusion when two or more user working/reading on the same data.
Let see the situation, how problem occurs?
When one transaction reads the same data twice and another transaction updates that data in …