Where besides the DB2 catalog is database object
information stored by DB2?
Answer Posted / s
Datbase object information is stored in a internal format
in DBD, Database Descriptors.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the reason behind not using select * in embedded sql programs?
How to connect to db2 database from windows command line?
What is the latest version of ibm db2?
What are db2 objects?
What is role in db2?
List down the data types in the db2 database.
What are union and union all?
Can we update view in db2?
can we view the access paths created by dbrm ? how ? thx
How to execute stored procedure in db2 command editor?
What action db2 takes when a program aborts in the middle of a transaction?
What is a db2 table?
What is consistency token in db2?
Explain correlated sub-queries.
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?