MS SQL Server Indexes Question:

Explain the purpose of indexes?

Tweet Share WhatsApp

Answer:

Allow the server to retrieve requested data, in as few I/O operations
Improve performance
To find records quickly in the database

Read All 17 SQL Server Indexes Questions
Previous QuestionNext Question
What is Unique Index?determine when an index is appropriate?