1.

In ordered indices the file containing the records is sequentially ordered, a ___________ is an index whose search key also defines the sequential order of the file.(a) Clustered index(b) Structured index(c) Unstructured index(d) Nonclustered indexThis question was addressed to me in my homework.This is a very interesting question from Ordered Indices topic in portion Indexing and Hashing of Database Management

Answer»

Right answer is (a) Clustered INDEX

The best explanation: Clustering index are ALSO called PRIMARY indices; the term primary index may appear to denote an index on a primary KEY, but such indices can in FACT be built on any search key.



Discussion

No Comment Found

Related InterviewSolutions