Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Define magic tables in sql server?

1121


What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration

1041


what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?

2027


Explain where clause?

1033


Why are you getting errors when creating a new odbc dsn?

1290


How to store and query spatial data?

1047


What are the types of ssrs?

149


How can you control the amount of free space in your index pages?

1101


How do you create a clustered index?

1129


Is null vs coalesce?

927


What are the differences between “row_number()”, “rank()” and “dense_rank()”?

1248


Why does sql studio use a single registered database repository? : sql server management studio

1039


How to recover from sql injection? : sql server security

1067


What is the difference between functions and stored procedures?

1223


List out the different types of locks available in sql server?

1027