📝 Question
#1474
A _________________ index is the one which satisfies all the columns requested in the query without performing further lookup into the clustered index.
✓
Correct Answer
A. Clustered
💡
Explanation
A covered query is a query where all the columns in the query’s result set are pulled from non-clustered indexes.
⌨️ Press
A
B
C
D
to select