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
What is database architecture? : SQL Server Architecture
what is an index? : Sql server database administration
Which rendering formats are affected by the pagesize properties?
What is analysis service repository?
How to declare a cursor with "declare ... Cursor" in ms sql server?
What are the filtered indexes?
Mention the different types of replication in sql server.
Is INSTEAD OF trigger directly applicable to Table ?
Does group by sort data?
Difference between 2NF &3NF ?
Explain what is cte (common table expression)?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is a rollup clause?
What are the difference between primary keys and foreign keys?
What is the difference between Triggers and Stored Procedure?