0 votes
in PL/SQL by
Can Triggers Stop A Dml Statement From Executing On A Table?

1 Answer

0 votes
by

Yes, triggers have the capability of stopping any DML statement from execution on a table. Any logical business rule can be implemented using PL/SQL to block modification on table data.

Related questions

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