I have triggers on a table (t1) which insert/update/delete on a child table(t2).On insert in t1 there is trigger that insert into t2 and same for update/delete.
T1 ta