What is Isolation Levels?

What is Isolation Levels?

View Answers

November 19, 2010 at 12:12 PM

Hi,

Here is the answer,

In database systems, isolation is a property that defines how/when the changes made by one operation become visible to other concurrent operations. Isolation is one of the ACID (Atomicity, Consistency, Isolation, Durability) properties.

There are four isolation levels:

READ UNCOMMITTED

READ COMMITTED

REPEATABLE READ

SERIALIZABLE

Thanks,









Related Tutorials/Questions & Answers:
Advertisements