How many clustering indexes can be defined for a table?
Answers were Sorted based on User's Feedback
Answer / mehdee
Yes Only one clustering index can be defined.And reason is
Clustered indexe is created to order the rows in the
DB2 table in the same physical order as the desired result
from the indexe. And if we do not use this option, DB2 will
come up with one to do this ordering rows.
| Is This Answer Correct ? | 3 Yes | 0 No |
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
what is the use of cursors?
What is the use of runstats in db2?
what types of copies can be made with the COPY Utility ?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
Can SQL statements/queries be included in a copybook?
Why might full image copies be faster to implement than an incremental image copy?
When DB2 connection fails, will online program work or give errors.
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
What is DCLGEN ?
Which catalog table stores referential constraints?
Give a brief description of db2 isolation levels?