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.

Related questions

0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
+1 vote
0 votes
asked Jan 15 in Sql by AdilsonLima
...