5.20

The execution of a trigger can cause another action to be triggered. Most database systems place a limit on how deep the nesting can be. Explain why they might place such a limit.


This is to protect the user of the database system against accidental infinite chain of triggering.