I having a query with 10 tables joined.
Do i need to follow any order in writing the sql joins?
Suppose if table-1 has 1000 records, table-2 has 900 records and so on
So do i need to write the join for the table has higher number of records and followed by lower number of records? so that we improve the performance of sql.