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

Home -> Community -> Usenet -> c.d.o.misc -> joins and performances : general question

joins and performances : general question

From: Christian Bruno <brunoc_at_ifrance.com>
Date: Mon, 22 Nov 1999 13:45:37 +0100
Message-ID: <81bdnb$2b0$1@minus.oleane.net>


hello,
it is a very general question :

i have to write sql queries using lot of Joins (mainly left outer and inner joins)

is there rule(s) to apply to write these sql orders, having knowledge of the average number of rows in my tables ? for example : which order to use for joins in a particular query ? is it better to begin or to end with the join that retrieves the more rows in the database ? it is better to use INNER joins than LEFT OUTER JOINS ?

thanks for any comments or ideas !
Regards,
Christian Received on Mon Nov 22 1999 - 06:45:37 CST

Original text of this message

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