Order of tables in the query.. [message #366057] |
Mon, 23 October 2000 07:00 |
guruprasad
Messages: 6 Registered: October 2000
|
Junior Member |
|
|
When we write a query based on multiple tables, generally what is the thumb rule for the order in which the tables names should appear for better performance. For eg:
select a, b,..... from tablea, tableb, tablec....
where ....
what should be the order of the tables after from clause. The table that has least rows should be at the last or first ? please let me know
Thanks,
Guru
|
|
|
|
|