when we are trying to update db2 rows. if the program
abends . how we will know that the last successful update
row was
Answer Posted / ramesh m
You can do the select query and in where condition, you
have to query for current timestamp for the particular row.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is dbrm library?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is the maximum size of a char data type in db2?
What is a storage group (stogroup)?
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.
What is meant by dclgen?
How many databases can be created inside an instance in db2 ?
Explain about mirror activator disk mirroring?
Define declaration generator (dclgen).
What is the physical storage length of the data types date, time, and timestamp?
What is coalesce in db2?
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
How to connect to db2 database from windows command line?
Mention the location where the output received from explain statement is stored.
What is db2 instance?