
repeatable read
strengthens read committed by additionally prohibiting single-object anti-dependency cycles
“With repeatable read, querying the same row twice in a transaction always returns the same value.”

strengthens read committed by additionally prohibiting single-object anti-dependency cycles
“With repeatable read, querying the same row twice in a transaction always returns the same value.”