1.

By default sql server has ___________ isolation level(a) READ COMMITTED(b) READ UNCOMMITTED(c) SERIALIZABLE(d) REPEATABLE READThis question was posed to me at a job interview.I'd like to ask this question from Transactions as SQL Statements in portion Transactions of Database Management

Answer»

The CORRECT ANSWER is (a) READ COMMITTED

Easiest EXPLANATION - Read committed is used to commit the DEFAULT read operation.



Discussion

No Comment Found

Related InterviewSolutions