What happens when a trigger is associated to a view?
When a trigger is associated to a view, the base table triggers are normally enabled. In PL/SQL, a trigger cannot be directly associated with a view. Triggers are typically associated with tables and are used to automatically execute a set of PL/SQL statements in response to specific events on the table, such as INSERT, UPDATE, … Read more