Hash structures are not the best choice for which of the following?

Hash structures are not the best choice for which of the following? Correct Answer A search key on which range queries are likely

Hash structures are not the best choice for search keys on which range queries are likely because the range queries might contain different values of the search keys which might result in improper placement in the hash table.

Related Questions

In which of the following hash functions, do consecutive keys map to consecutive hash values?