Checks for conflict
•If two overlapping txns try to modify the same item, one will be aborted
•Implemented with write locks on modified rows
–NB one txn out of the conflicting pair is aborted, rather than delayed as in conventional approach