How many clustering indexes can be defined for a table?

Answers were Sorted based on User's Feedback



How many clustering indexes can be defined for a table?..

Answer / s

Only one clustering index can be defined.

Is This Answer Correct ?    11 Yes 0 No

How many clustering indexes can be defined for a table?..

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

Post New Answer

More DB2 Interview Questions

What is deadlock in db2?

0 Answers  


What is the syntax of SELECT statement when embedded in a COBOL program?

2 Answers  


what is difference between random and sequence file access

1 Answers   Syntel,


What is cursor?

2 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?

3 Answers   Cap Gemini,


What is alias in db2?

0 Answers  


Can we update view in db2?

0 Answers  


how can u retrieve the data from null values using applicaion program.

3 Answers   TCS,


A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?

7 Answers   IBM,


What is a cursor and what is its function?

2 Answers  


Can I use LOCK TABLE on a view?

1 Answers  


Categories