Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ??Difference between JOINs
vurley wrote:
>
> Would anybody tell me what is the difference between Nested Loop Join, Hash
> Join and Sort Merge Join. Thanks in advance.
(In brief)
Nested loop
Merge Join
- sort both tables, merge the result, look for dups - these are the join
rows
Hash join
- take a small table, hash the values, link to larger table
HTH
-- =========================================== Connor McDonald http://www.oracledba.co.uk We are born naked, wet and hungry...then things get worseReceived on Wed Mar 22 2000 - 00:00:00 CST
![]() |
![]() |