Which of the following is a benefit of using a database index?
Q1. Which of the following is a benefit of using a database index?
Answer: Improved query performance
Explanation: A database index improves query performance by allowing faster data retrieval, using data structures like B-trees or hash tables.