Choosing the correct isolation level
Non-repeatable reads occur when a transaction reads a record twice, but the first result is different from the second result as a consequence of another committed transaction altering this data.
From all the isolation levels you have studied so far, which isolation level prevents non-repeatable reads?
Cet exercice fait partie du cours
Transactions and Error Handling in SQL Server
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
