Unit5 DatabaseTriggres Final
Unit5 DatabaseTriggres Final
INSERT Undefined – all column values Stores the values that will be
are NULL as there is no “old” inserted into the new row for the
version of the data row being table.
inserted.
UPDATE Stores the original values for the Stores the new values for the
row being updated before the row – values the row will
update takes place. contain after the update takes
place.
DELETE Stores the original values for the Undefined – all column values
row being deleted before the are NULL as there will not be a
deletion takes place. “new” version of the row being
deleted.
Example