Answer Posted / anitha
A trigger is a set of actions that are run automatically when a specified change operation is performed on a specified table. The change operation can be an SQL INSERT, UPDATE, or DELETE statement, or an insert, update, or delete high level language statement in an application program.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find the maximum value in a column in the db2 database?
What does db2 stand for?
What is check constraint in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Define declaration generator (dclgen).
What is view db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
what is the role of the cursor in db2?
What is the syntax for creating a table in the db2 database?
How can deadlocks be resolved?
How do you eliminate duplicate values in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
Can you use max on a char column?
Is ibm db2 open source?