Question

Which index type is most beneficial for queries that use range predicates (e.g., WHERE age BETWEEN 20 AND 30)?

A Hash index
B B-tree index
C Bitmap index only
D No index
E Reverse key index
Practice Next

Hey! Ask a query