SQL Practice Test
SQL Indexes and Performance
What is the primary purpose of an index in SQL?
Select your answer
A
To speed up data retrieval operations
B
To enforce data uniqueness constraints
C
To define table relationships
D
To compress data storage
Hint