I am writting a trigger that needs to handle INSERT, UPDATE and DELETE.
Can I use 1 TRIGGER for this? or will I have to writemultiple tiggers? If so how would I make the distinction between if update, do this, if insert do this, and if delete do this?
Can I use 1 TRIGGER for this? or will I have to writemultiple tiggers? If so how would I make the distinction between if update, do this, if insert do this, and if delete do this?
Comment