what is hash table

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


Please Help Members By Posting Answers For Below Questions

What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

495


Do you know the cursor optimization tips?

590


Define full outer join?

524


How to create indexed view?

587


explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?

1989






How to edit table in sql server 2017?

514


what's sql server? : Sql server database administration

500


Can you import Microsoft Excel data to SSRS?

89


Is INSTEAD OF trigger directly applicable to Table ?

575


Explain transaction server implicit?

526


How to generate random numbers with the rand() function in ms sql server?

569


System requirements for sql server 2005 express edition?

571


What does nvl stand for?

560


What is the dbcc command and why is it used?

573


How do you delete a trigger?

585