Which is the most restrictive isolation level in transaction?
Which is the most restrictive isolation level in transaction? Correct Answer SERIALIZABLE
When SERIALIZABLE isolation level is set – a range lock is placed on the data set, preventing other users from updating or inserting rows into the data set until the transaction is complete.