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 the DISTINCT clause?
- What is failover clustering?
- What is a FOREIGN KEY constraint?
- What is the dtexec utility?
- What is the Publishing Subscriber replication model?