Selecting isolation levels
Which isolation level protects from dirty read (reading uncommitted data), non-repeatable read (Same query different results), phantom read (Same where clause reads different data), and the serialization anomaly (different commit order produces different results)?
Este ejercicio forma parte del curso
Transactions and Error Handling in PostgreSQL
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio