I have a rather simple question. I need to create the delete trigger.
I have three table, Main and T1 and T2. The T1 and T2 are connecting to Main with the same ID field so I already have insert trigger that works great but I need delete trigger which will delete record in T1 and T2 when deleted from the Main table.
Any help?