Difficulty: Advanced
What is a Covering Index?
An index that contains all the columns needed for a query. The database can find the answer entirely within the index leaf nodes without fetching the actual rows from the table!
Performance, Indexing
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.