What is TRIGGER in DB2



IBM's flagship relational database management system

What is TRIGGER in DB2

Postby vasanthamugi » Fri Dec 21, 2007 11:35 am

what is a trigger?where it is used?
vasanthamugi
vasanthamugi
 
Posts: 14
Joined: Thu Dec 20, 2007 2:38 pm
Has thanked: 0 time
Been thanked: 0 time

Re: What is TRIGGER in DB2

Postby rpuhlman » Fri Dec 21, 2007 11:15 pm

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.
rpuhlman
 
Posts: 1
Joined: Thu Dec 06, 2007 10:51 pm
Has thanked: 0 time
Been thanked: 0 time


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post