Oracle PL/SQL – INSTEAD OF Trigger example
This article shows you how to use INSTEAD OF TRIGGER to update A noneditioning view A nested table column of a noneditioning view This INSTEAD OF triggers provide a way to modify views that cannot be modified directly through DML statements like INSERT, UPDATE and DELETE An INSTEAD OF trigger is Always a row-level trigger. …