wht displays the number of times a query modified ?
Answer Posted / mehdee
- If you mean what displays the number of time that a DB2
row has been modified, then my answer is when you create
this DB2 table add a column like SEQ_NUM and as you define
it like SMALLINT, right there you can have it increamented
by 1. Please look into manual for it's exact format.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which components manage deadlocks in db2?
Is db2 a mainframe database?
How can record locking be achieved in those DB2 versions which do not support it?
What are the 2 sqlcodes that are returned?
What is cascading rollback?
Comment whether the cursor is closed during commit or not.
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is consistency token in db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
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 ?...
What are the contents of a dclmgen?
What is dclgen in db2?
What is the physical storage length of time data type?
What is the difference between plan and package in db2?
What is a storage group (stogroup)?