Explicit isolation levels
•A transaction can be declared to have isolation properties that are less stringent than serializability
–However SQL standard says that default should be serializable (also called “level 3 isolation”)
–In practice, most systems have weaker default level, and most txns run at weaker levels!