I have two tables which are dependant on each other. If I delete one record in table A, I also want to delete the corresponding record in table B and vice versa.
When I make triggers for that intention, they (of course) mutates.
How do I get my wish to come through?