What is an index in SQL Server?

Updated May 17, 2026

Short answer

Indexes speed up data retrieval.

Deep explanation

They improve query performance by reducing scan operations.

Real-world example

Fast employee search by name.

Common mistakes

  • Over-indexing tables.

Follow-up questions

  • Clustered vs non-clustered?
  • Do indexes slow writes?

More T-SQL interview questions

View all →