What is the primary function of a database index?
Q1. What is the primary function of a database index?
Answer: To improve query performance
Explanation: Database index improves query performance by allowing faster data retrieval, using data structures like B-trees or hash tables.