• T2 reads A and B, writes A and B and commits.

  • But T1 aborted!

  • Which means that T2 read A and B values, that were never in the database!

  • So its new values of A and B are incorrect.