FROM and WHERE clause [message #65774] |
Wed, 22 December 2004 05:58 |
Milind Deshpande
Messages: 93 Registered: May 2004
|
Member |
|
|
Hi Experts,
I got this tip from this forum only that SQL should be written in this way. I just want to know if this is correct and if wrong what is the correct way of writing the FROM and WHERE clause for an SQL in Oracle to get better performance. My version is 9.2.
Is this correct :- In the SQL
Order of tables in the FROM clause should be:
larger table
smaller table
Order of conditions should be:
Less selective
More selective
Please help.
Thanks in Advance.
Milind.
|
|
|
|
|
|