Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 4 join methods?
I did have to RTFM -
A cluster join is nothing more than a nested loops join
involving two tables that are stored together in a cluster. Because each row
from the dept table is stored in the same data blocks as the
matching rows in the emp table, Oracle can access matching rows
most efficiently
Sam
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
![]() |
![]() |