I currently have an account table and an account_audit table (all codes are available on a fiddle here). I have two triggers that insert records into the account_audit table based on data inserted into the account table. 1 trigger is an ON INSERT trigger which just inserts these values – that works fine. So, after inserting 2 records on my