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

Benefits of Stored Procedures?

565


What is onf in normalization form?

567


What is change data capture (cdc) feature?

584


Why truncate is ddl command?

512


what are the disadvantages of cursors? : Sql server database administration

494






Why do we need different type of parameter?

548


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2012


How to create a user to access a database in ms sql server using "create user" statements?

520


Define Wed Edition in SQL Azure?

80


What are the operating modes in which database mirroring runs?

604


Explain following error properties?

557


Do you know spatial data types - geometry and geography in sql server 2008?

576


Can you explain different types of locks in sql server?

523


What is the distinction amongst delete and truncate?

583


How do you Implement SSIS Packages in your Project?

1510