What is index cardinality?

Answers were Sorted based on User's Feedback



What is index cardinality?..

Answer / dave ian

the number of UNIQUE values for a column or columns, which
are part of an index.

Is This Answer Correct ?    4 Yes 0 No

What is index cardinality?..

Answer / s

Cardinality is the number of distinct values for a given
column or group of columns.

FIRSTKEYCARDF contains the cardinality of the leading
column in the index
FULLKEYCARDF contains the cardinality of all the columns in
the index

Is This Answer Correct ?    4 Yes 3 No

What is index cardinality?..

Answer / uday

According to what i have observed, cardinality is the number
of count of nodes in the BTree of respective index.

If you create a table with with name attribute and inserted
into 100 new names and added and index.

then if you see the cardinality, certainly it wont be 100.
it will be some thing less than 100.

thats it....

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More DB2 Interview Questions

How do you pull up a query which was previously saved in qmf?

0 Answers  


What is normalization and what are the five normal forms?

1 Answers  


When do you use the IMAGECOPY?

4 Answers  


What is iseries database?

0 Answers  


What is a cursor and what is its function?

2 Answers  






What information is held in SYSIBM.SYSCOPY?

1 Answers  


I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?

4 Answers   CTS,


How do you concatenate the firstname and lastname from emp table to give a complete name?

0 Answers  


What language is db2 written in?

0 Answers  


What is Declaration Generator(DCLGEN)?

1 Answers  


Who uses db2?

0 Answers  


which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM

3 Answers   Accenture,


Categories