What is the primary advantage of using a database index?
Q1. What is the primary advantage of using a database index?
Answer: Improved query performance
Explanation: Database index improves query performance by allowing faster data retrieval, reducing the number of disk accesses.