What is the purpose of a database index?
Q1. What is the purpose of a database index?
Answer: To improve query performance
Explanation: A database index improves query performance by providing a quick way to locate specific data, reducing the need for full table scans.