1 2 3 4 5 6 7 8 9 10 11 12 13
-- Verify jmp:transactions on pg BEGIN; SELECT customer_id, transaction_id, created_at, amount FROM transactions WHERE FALSE; ROLLBACK;