What is a DB2 catalog?
Answers were Sorted based on User's Feedback
Answer / nahid gorji
DB2 catalogs store MetaData , which means Data about Data.
Such as information about the DB2 objects created/Altered
by users or output of RUNSTATS utility which are utilized
when running SQL statement or selecting access path.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s
DB2 stores information about all the ojects in the db2
subsystem in the catalog tables.
| Is This Answer Correct ? | 3 Yes | 0 No |
is it possible to get -811 error when you use cursors. why?
Explain db2.
How can we read records for specific member in CL? AND rpg?
What is db2 connect?
Give a brief description of db2 isolation levels?
Explain how can you do the explain of a dynamic sql statement?
how can you access index
Is it possible using max on a char column?
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
What do you mean by between and in? Is between inclusive of specified range values?
How can we retrieve the total number of records in RPG & CLLE?
can we drop column from a table