I suggest you have a look at the SQL referrence guide, because there's a number of different ways to build up a TRIGGER clause.
- it is possible to create a single trigger which fires on INSERT, UPDATE and DELETE
- in such a case you would be able to reference OLD.column and NEW.column values...