1.

What is true about indexes?(a) Indexes enhance the performance even if the table is updated frequently(b) It makes harder for sql server engines to work to work on index which have large keys(c) It doesn’t make harder for sql server engines to work to work on index which have large keys(d) None of the mentionedI got this question in semester exam.My query is from Index Definition in SQL in chapter Indexing and Hashing of Database Management

Answer»

Correct option is (B) It makes harder for sql SERVER engines to work to work on index which have LARGE keys

The best I can explain: INDEXES tend to improve the performance.



Discussion

No Comment Found

Related InterviewSolutions