0 votes
in Sql by
What are SQL Nested Triggers?

1 Answer

0 votes
by

Triggers may implement data modification logic by using INSERT, UPDATE, and DELETE statements. These triggers that contain data modification logic and find other triggers for data modification are called Nested Triggers.

...