91-9990449935 0120-4256464 |
Oracle TriggerIn Oracle, you can define procedures that are implicitly executed when an INSERT, UPDATE or DELETE statement is issued against the associated table. These procedures are called database triggers. There are six CREATE TRIGGER statements according to their firing points. Firing Point: BEFORE
Firing Point: AFTER
Trigger Topics1) Oracle BEFORE INSERT/UPDATE/DELETE Trigger 2) Oracle AFTER INSERT/UPDATE/DELETE Trigger |