0 votes
in Sql by

if we have multiple AFTER Triggers on table how can we define the sequence od the triggers?

1 Answer

0 votes
by

If a table has multiple AFTER triggers, then you can specify which trigger should be executed first and which trigger should be executed last using the stored procedure sp_settriggerorder.

Related questions

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