Answer Posted / satty
trigger is a set of actions that will be executed or implemented , when a defined event occur. triggering events are 1.insert, 2.update, 3.delete
triggers can be defined for a specific table and once defined then it is automatically active.
triggers are used to do a data validation and to maintain data integrity.
types of triggers:
before trigger and an after trigger.
triggers information can be stored in the sysibm.systriggers
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does db2 plan contain?
Define check constraint.
How do I copy a table in db2?
Give a brief description of db2 isolation levels?
What does a deadlock mean in DB2?
What is bind in db2?
What are the contents of a dclmgen?
What is the use of dclgen in db2?
How can the duplicate values be eliminated from db2 select?
What is reorg?
What is db2?
How to compare data between two tables in db2?
What is db2 bind process?
How do you stop a db2 database in linux?
How to execute stored procedures?