-- Change Australia VAT from 0% to 10% UPDATE markets SET vat = 1.1 WHERE name = 'AU';