What is READ COMMITTED isolation level?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is READ COMMITTED isolation level?
Rating:
The READ COMMITTED isolation level is the default isolation level. This isolation level specifies that if data is being read and modified by a transaction, but is not committed, it cannot be read by other transactions. This prevents the possibility of dirty reads.
Rating:
Was this information helpful?
Other articles
- What is a restore job?
- What is a job?
- What is the Snapshot agent?
- What is EventClass?
- What is the function of the sp_droprolemember stored procedure?
