Page 1 of 1

What is TRIGGER in DB2

PostPosted: Fri Dec 21, 2007 11:35 am
by vasanthamugi
what is a trigger?where it is used?

Re: What is TRIGGER in DB2

PostPosted: Fri Dec 21, 2007 11:15 pm
by rpuhlman
A trigger is a set of instructions that are executed after a DB2 action, such as INSERT, UPDATE or DELETE, on a particular table. You would use the CREATE TRIGGER statement to build your trigger for a particular table.