What is runstats utility in db2?
Answer / Babita Kumari
RUNSTATS is a DB2 utility that collects statistics about tables, indexes, and their contents. These statistics are used by the optimizer to make informed decisions about how to execute queries efficiently.
| Is This Answer Correct ? | 0 Yes | 0 No |
When DB2 connection fails, will online program work or give errors.
What is a bind card?
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What information is used as input to the bind process?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
Explain dclgen.
what is SMP/E? and what are the major steps of it? thanks...
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
What is db2 purescale?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?