What is a covering index and how does it eliminate key lookups?

SQL Fundamentals Hard

SQL Fundamentals — Hard

What is a covering index and how does it eliminate key lookups?

Key points

  • Covering index includes all query columns
  • Query can be satisfied from index alone
  • Eliminates key lookups for efficiency

Ready to go further?

Related questions