Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the various Isolation levels?

Answer Posted / aaa

Isolation is a property that enables an operation to be
hidden, until its completion, from all the other similar
operations. This property is one of the Acid properties on
the Data Base Management System. However, isolation is the
most relaxed acid property. The management system has to
apply a lock of a limit to which the operation can be
accessed. These limits could be up to various levels. These
levels are called the isolation levels. There are 4 main
types of isolation levels: Serializable: at this level, all
the transactions occur in an isolated fashion; Repeatable
Read: when data cannot be changed; Read Committed: when
data can be modified by some other transaction; Read
Uncommitted: at this level, the changes made by one
transaction can be seen by another transaction. There are a
lot of weaknesses in the way each of the levels have been
defined.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare a cursor with "declare ... Cursor" in ms sql server?

1093


What is usually the first word in a sql query?

1176


What is index in an assignment?

997


Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

1005


How sql server enhances scalability of the database system?

1316


Write a sql query to get zero records from a table having n number of records?

1235


What is DCL?

1104


What is snapshot replication?

1102


Why do we use sql limitations? Which constraints can we use while making a database in sql?

1130


What happens if null values are involved in boolean operations?

1047


What is the difference between coalesce() & isnull()?

1192


Why do you need a sql server?

1173


How to download microsoft sql server 2005 express edition?

1095


Can I use sql azure as a backup with log shipping or database mirroring?

156


What is the difference between primary key and unique constraints?

1012