1.

What are composite indexes?(a) Are those which are composed by database for its internal use(b) A composite index is a combination of index on 2 or more columns(c) Composite index can never be created(d) None of the mentionedThe question was posed to me in an interview.I'd like to ask this question from Index Definition in SQL in section Indexing and Hashing of Database Management

Answer»

The correct answer is (b) A COMPOSITE INDEX is a combination of index on 2 or more columns

Easiest EXPLANATION - A composite index is an index on TWO or more columns of a table.



Discussion

No Comment Found

Related InterviewSolutions