The lowest level of isolation is generally not used.Read Committed isolation level allows non-repeatable read and phantom read.Repeatable Read isolation level prevents non-repeatable read but still allows phantom read.Multiple versions of the same record may exist in the MVCC approach.