Isolation Level May 7, 2024 Content # Isolation Level Lost Update Uncommitted Data Inconsistent Data Phantom Insert SERIALIZABLE N N N N REPEATABLE READ N N N Y READ COMMITTED N N Y Y READ UNCOMMITTED N Y Y Y From # Links #