Skip to content
Medium-Easy Understand Database Design Multiple Choice

What is a covering index and how does it improve query performance?

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A An index that covers all tables in the database
B An index containing all columns needed by a query, eliminating table access
C An index that automatically updates when data changes
D An index that spans multiple databases

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 21+ more Database Design questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Database Design topic (System Design).

More Database Design Questions