Select from following answers:- READ UNCOMMITTED
- READ COMMITTED

- SERIALIZABLE
- REPEATABLE READ
- All Above
Read Committed is the default isolation level in SQL SERVER 2012. The transaction isolation level controls the locking and row versioning behavior of T-SQL statements issued by a connection to SQL Server.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator