Home » Unlabelled » Can triggers stop a DML statement from executing on a table? | PL SQL
Saturday, 26 May 2012
Can triggers stop a DML statement from executing on a table? | PL SQL
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.
No comments:
Post a Comment