1.

Can Triggers Stop A Dml Statement From Executing On A Table?

Answer»

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.

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.



Discussion

No Comment Found