AI MCQ #424: How the buckets are stored in predicate indexing?

Q424. How the buckets are stored in predicate indexing?

  • a) Lists
  • b) Stack
  • c) Hashes
  • d) None of the mentioned

✅ Correct Answer: C) Hashes

Explanation: The buckets can be stored in a hash table for efficient access.