Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ??Difference between JOINs

Re: ??Difference between JOINs

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/03/22
Message-ID: <38D8B50C.7B6A@yahoo.com>#1/1

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 worse
Received on Wed Mar 22 2000 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US