Select from following answers:- REPEATABLE READ
- SERIALIZABLE
- READ COMMITTED

- READ UNCOMMITTED
- All Above
READ COMMITTED isolation level in SQL Server puts lock on updating data. Also, doesn't allow users to read the data that is being updated until the transaction completes.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator