What is the default isolation level of the sql server database?
Answer / mahmood ali
The 'Read committed' isolation is the Default isolation
level in Sql server
Is This Answer Correct ? | 23 Yes | 2 No |
What is use of except clause? How it differs from not in clause?
How to create a view using data from another view?
Why truncate is ddl command?
How can I create a report based on a query? : sql server management studio
Is it possible to replicate data from sql server to oracle? : sql server replication
What are different types of views?
What are cursors?
How to transfer data from a cursor to variables with a "fetch" statement?
What is a domain constraint give an example?
What is the difference between a check constraint and a rule?
What is a unique index?
Explain about Views?