Answer Posted / arun yadav
A hash table, or a hash map, is a data structure that
associates keys with values. The primary operation it
supports efficiently is a lookup: given a key (e.g. a
person's name), find the corresponding value (e.g. that
person's telephone number). It works by transforming the
key using a hash function into a hash, a number that is
used as an index in an array to locate the desired location
("bucket") where the values should be.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Scalability, Availability, Integration with internet, etc.)?
What is the difference between for trigger and after trigger?
What is the difference between seek predicate and predicate?
Can two different columns be merged into single column? Show practically?
How many types of attribute relationships are there? : sql server analysis services, ssas
How to send a ssrs report from ssis?
What is repeatable read?
Write a sql query to delete duplicate records from a table called table1
Explain how to maintain a fill factor in existing indexes?
What is unique key constraint?
How to create stored procedures with parameters in ms sql server?
What is trace flag in sql server?
What are the encryption mechanisms in sql server?
What is report server project?
What is database black box testing?