Select from following answers:- SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
- SET TRANSACTION ISOLATION LEVEL READ COMMITTED
- SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
- All Above
using SET TRANSACTION ISOLATION LEVEL SERIALIZABLE statement you can ensure that T-SQL statements cannot read data that has been altered but not committed, that other transactions cannot modify data read by the current transaction until the transaction commits.
Show Correct Answer
Source: measureup.com | |
Alert Moderator