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.