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 join?

Answer Posted / ankush

A hash join is a join optimization method where two tables
are joined based on a hashing algorithm.

Hashing refers to the conversion of a column's primary key
value to a database page number on which the row will be
stored. Retrieval operations that specify the key column
value use the same hashing algorithm and can locate the row
directly. Hashing provides fast retrieval for data that
contains a unique key value.

Note that a hash value cannot be converted back to the
original value.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I pipe the output of one isql to another?

1056


What is cursor in pl sql with examples?

1086


What is cartesian join in sql?

1193


What is user defined functions?

1028


What program will open a mdb file?

1015


Determine if oracle date is on a weekend?

1087


How do I clear the screen in sql plus?

1084


Is the primary key an index?

1076


How does an execution block start and end in pl sql?

995


What are the advantages of pl sql over sql?

1071


Is left join same as join?

1035


Can we group by two columns in sql?

1045


Write a sql select query that only returns each name only once from a table?

1073


What are operators available in sql?

1095


how to increment dates by 1 in mysql? : Sql dba

1028