Multiple triggers When a trigger on one table updates another table, does it activate
the update trigger on the updated table?
For ex:
1. Table A has a trigger for update
2. Table B has a trigger for update that updates table A
Will the trigger no table A run when table B trigger updates table A?
Thanks |