Home Answers Viewqa SQL What is Isolation Levels?

 
 


hemant kumar
What is Isolation Levels?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

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 Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.