What is a clustering index?

Answers were Sorted based on User's Feedback



What is a clustering index?..

Answer / pawan

Clustered indexes can be created to order the rows in the
table in the same physical order as the desired result
set.Clustered indexes allow for a more linear access
pattern to data pages and more effective prefetching, and
help avoid sorts.Only one cluster index can be created on
table.

Is This Answer Correct ?    3 Yes 0 No

What is a clustering index?..

Answer / s

Clustering Index is an index defined with the CLUSTER
keyword and determines where the row should be inserted to
maintain the clustering sequene

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

What are column-name qualifiers used?

1 Answers  


how to copy the host variables from ps file into cobol program other than include statement

1 Answers   Syntel,


what is db2 restart?

0 Answers  


What are union and union all?

0 Answers  


Update command

1 Answers  






what happend with out using Commit,when closing cursor and program?

5 Answers   CSC,


What is the latest version of ibm db2?

0 Answers  


How can the duplicate values be eliminated from db2 select?

0 Answers  


How to restart a DB2 program?

0 Answers   Cognizant,


What is dbrm? What it contains? When it will be created?

0 Answers  


How does db2 sample database connect?

0 Answers  


Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.

3 Answers   IBM,


Categories