Serializable if there exist some serial order of exectuion of those same transaction that yields the same result as the actual execution actual exeuction might have parallel transaction 2 legal results -> only these 2 results are serializable concurrency control 1. pessimistic = use lock 2 phase locking (standard) 1. acquire lock before using record 2. hold until done why hold lock until transac..