Safeway Interview Question

what is the differnce between hash and nested-loop join

Interview Answer

Anonymous

Sep 22, 2015

a hash join builds a numeric key and links the records while nested-loop scans through by input record

Safeway Interview Question: what is the differnce between hash and nested-loop join | Glassdoor