Question 3 of 10Pro Only
What is a database index? How does it improve query performance?
Sample answer preview
## What is an Index? An index is a **data structure that speeds up data retrieval** operations. Think of it like a book's index - instead of reading every page, you look up a keyword and jump directly to the right page.
indexB-treequery optimizationperformanceSELECTWHERE clause