Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Which is th Driving Table ? - basic SQL Qs
Which is th Driving Table in the following SQL Query ? Why ?
Execution Plan
0 SELECT STATEMENT Optimizer=RULE 1 0 SORT (ORDER BY)
2 1 FILTER 3 2 NESTED LOOPS 4 3 TABLE ACCESS (FULL) OF 'TD_ACCT_MASTER_MOD_TABLE' 5 3 TABLE ACCESS (BY INDEX ROWID) OF 'GENERAL_ACCT_MAST_ TABLE' 6 5 INDEX (UNIQUE SCAN) OF 'IDX_GENERAL_ACCT_MAST_TABL E' (UNIQUE) 7 2 INDEX (UNIQUE SCAN) OF 'IDX_SOL_ID_SET_TABLE' (UNIQUE) 8 2 INDEX (UNIQUE SCAN) OF 'IDX_SOL_ID_SET_TABLE' (UNIQUE)
Thanks
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: VIVEK_SHARMA
INET: VIVEK_SHARMA_at_infosys.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Apr 17 2003 - 02:43:38 CDT