Which indexing technique is suitable for queries with range conditions?
Q1. Which indexing technique is suitable for queries with range conditions?
Answer: B-tree indexing
Explanation: B-tree indexing is suitable for range queries as it allows for efficient retrieval of data within a range.