What is Isolation?
I in ACID, the property defines the behavior of how concurrent transactions sees changes from each other. ANSI/ISO SQL defines 4 isolation levels in the order of ascending strictness: Read uncommitted, Read committed, Repeatable reads, Serializable.
External reference