What is Nested Trigger?
A trigger can also having INSERT, UPDATE and DELETE logic within itself, so when the trigger is fired because of data modification it can also cause another data modification, thereby firing another trigger. A trigger that having data modification logic within itself is called a nested trigger.