LPMJ Example 9-3 (Click on the icon to view the source for copy and pasting)
BEGIN;
UPDATE accounts SET balance=balance+25.11 WHERE number=12345;
COMMIT;
SELECT * FROM accounts;