IntermediateVocabulary#backend#developer-tools#architecture

Covering Indexes Vocabulary

Learn the vocabulary of an index that answers a query directly without touching the table row.

0 / 5 completed
1 / 5
At standup, a dev mentions building an index that includes every column a query actually needs, so the database can answer that query directly from the index without touching the underlying table row. What is this kind of index called?