What are Triggers?
Answer Posted / mithun
Triggers are user programs that are called when an operation
(Insert,update,delete)occured in a database table. By the
ADDPFTRG command in CL we attached a database pf with the
trigger program.Whenever this PF is changed, the trigger
program is call.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
when are the unique constraints executed?
which indicator is used for read?
Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?
describe the difference between the dowxx and douxx operations?
what is rpg fixed logic cycle?
how can you detect overflow for a print program that prints multiple lines per cycle?
how many files can be defined in f specs?
What Does Lokup Does In Tables & Arrays?
what is the maximum number of record formats in dspf?
define a output queue?
what is a program described file in rpg?
which are the query selection criteria, which can be given in a query?
when do you explicitly open files and close files in an rpg program?
What is %CHECK?
how will you search an array?