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
Explain about rct.
What does db2 mean?
Who uses db2?
What is an instance in db2?
What is runstats db2?
Explain about dbrm.
How does db2 sample database connect?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
Why db2 is called db2?
Explain about open switch business continuity software?
What is a db2 collection?
Define buffer pool.
What is database alias db2?
What type of database is db2?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?