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 |
How to get Top 10 Salaries from a Table
What are the benefits of using the db2 database?
What is a DB2 plan?
How do I delete a table in database?
What is DCLGEN ?
is it compulsory commitment control in journal?
what is sql abend code -801,-802?
what is the difference between join and union?
how can we find nth max salary from A table
Mention the downsides of page level lock.
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
What is the reason behind not using select * in embedded sql programs?