Answer Posted / swapna
An isolation level determines the degree of isolation of
data between concurrent transactions. The default SQL
Server isolation level is Read Committed.
Here are the other isolation levels (in the ascending order
of isolation): Read Uncommitted, Read Committed, Repeatable
Read, Serializable
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the difference between locking and multi-versioning?
How many tables can be joined in SQL Server?
Can select statements be used on views in ms sql server?
How to change server name in sql server?
How to create a user name in a database?
What do you mean by SQL injection attack?
What is key attribute?
What are the different types of normalization?
What are the indexes in sql server?
How to update a field in SQL after ALTERING a row?
What is equi join with example?
Does an index slow down updates on indexed columns?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
what are the types of indexes? : Sql server database administration
Characterize join and name diverse sorts of joins?