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
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
Explain the function done by data manager?
What is page size in db2?
Define db2.
How and when does the db2 enforces the unique key?
What is a db2 collection?
Describe major components of db2?
What are concurrency issues?
What is cloudant database?
How to create db2 table in mainframe?
What is a Foreign Key?
Name the lockable units in DB2?
How to find the maximum value in a column in the db2 database?
What is difference between isnull and coalesce?
What is the reason behind not using select * in embedded sql programs?