1.

What is the purpose of the index in sql server?(a) To enhance the query performance(b) To provide an index to a record(c) To perform fast searches(d) All of the mentionedI had been asked this question by my college professor while I was bunking the class.Asked question is from Index Definition in SQL topic in chapter Indexing and Hashing of Database Management

Answer»

The correct answer is (d) All of the mentioned

The BEST explanation: A database index is a data structure that improves the speed of data RETRIEVAL OPERATIONS on a database table at the cost of ADDITIONAL writes.



Discussion

No Comment Found

Related InterviewSolutions