Nested transactions Not available in system R More general than save points Can begin one transaction within another Abort backs out all changes--like save points Commit will release locks Nested commits not globally visible until outermost commit Very good for concurrency Perform various components of a transaction in parallel E.g., A -= $1 and B += $1 Harder to implement efficiently