What is the purpose of indexing in a database?
Q1. What is the purpose of indexing in a database?
Answer: To speed up query execution
Explanation: Indexing improves query performance by providing a quick way to locate data, reducing the number of disk I/O operations.