• Deposit, Withdrawal: Read and write are indivisible because they occur in a single SQL statement.

  • Transfer: Two statements. Need begin/commit to make them atomic.

  • Audit: All the balance reads are in a single SQL statement, so indivisible.