in a table consist of 1000 records among that i was updated
145 record how could i know that ..list of recently updated
record's and where could i see those updated
record's....pls help me out....
Answer Posted / girish kumar
i don't know exactly but what i feel, DB2 active logs
records events of all data changes in DB2. In case of
failure, it uses this data to recover the lost information.
CORRECT ME IF IAM MISTAKE.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define sqlca.
What is cloudant database?
How to view db2 table structure?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is the function of logging in the db2 database?
What is db2 instance?
What are the bind parameters ibm db2?
Which command is used to remove all rows from a table?
What are the two types of logging in the db2 database? Explain them.
What is declare cursor?
What is a trigger in the db2 database?
Can we delete records from view?
What is a db2 cursor?
Can you tell me how can you find out the # of rows updated after an update statement?
My sql statement select avg(salary) from emp yields inaccurate results. Why?