Answer Posted / s
No, However you can display the information using DISPLAY
Command.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is clone table?
What is release/acquire in bind?
What is view db2?
What is load replace in db2?
Why do we need reorg in db2?
Explain about mirror activator disk mirroring?
List down the data types in the db2 database.
What is ibm db2 client?
Comment whether the cursor is closed during commit or not.
What is blu acceleration in db2?
Define check constraint.
What is null indicator in db2?
Give the name of some fields form sqlca.
How do I optimize a query in db2?
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.