1.

Key value pairs is usually seen in(a) Hash tables(b) Heaps(c) Both Hash tables and Heaps(d) Skip listThe question was posed to me in a job interview.This intriguing question originated from Hashing techniques topic in chapter Indexing and Hashing of Database Management

Answer»

Correct option is (a) Hash tables

Best explanation: Hashing is USED to INDEX and retrieve ITEMS in a database because it is EASIER to find the item using the shortened HASHED key than using the original value.



Discussion

No Comment Found

Related InterviewSolutions