Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

Answer: d
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.

Join The Discussion