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 |
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is a plan and package in db2?
what is load and unload in db2
How to access db2 tables in mainframe?
How to fetch the uncommited data from table ?
I use CS and update a page. Will the lock be released after I am done with that page?
How does db2 sample database connect?
Why might full image copies be faster to implement than an incremental image copy?
What are common abends
What is netezza database?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
What is the difference between cursor and select statement?