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 -> SQL Question

SQL Question

From: Rajesh M <raju_m_at_hotmail.com>
Date: Mon, 12 Oct 1998 11:34:17 +0200
Message-ID: <3621cd0c.0@news.euroconnect.dk>


Hi,

    select t1.col1, t2.col2, t3.col3
    from table1 t1, table2 t2, table3 t3     where <join_condition>

In which order does Oracle read data - I mean which table is read first. I guess the optimizer does a lot of work in a COST based env. How about RULE based environment ?

Thanks a lot

Rajesh Received on Mon Oct 12 1998 - 04:34:17 CDT

Original text of this message

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