On my server, after insert on one table, I want to update two other tables. How can I do this using trigger?
Table one has two columns tab2id, tab3id.
After insert on tab1, I want to update the row in tab2 with tab2id and the row in tab3 with tab3id.