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
Outputs of explain are with matchcols = 0. What does this signify?
What is an instance database?
How many databases are there?
What is reorg?
What is null in db2?
When do you specify the isolation level?
What types of tables are there in the db2 database?
What do you mean by between and in? Is between inclusive of specified range values?
What does db2 stand for?
What is a storage group (stogroup)?
Where do you specify them?
What is the difference between oracle and db2?
How to access db2 tables in mainframe?
How to find the number of rows in a db2 table?
What are the rules for db2 programming?