I have a SQL query which joins data from 4 tables and returns about 680 rows. There are 3 join conditions.
I was wondering if running a query with multiple joins such as the above will affect the performance of the database server more in comparison to retriving the same result set from a single table.
I am new to SQL performance and any help would be greatly appreciated.
Thanks
Rukmal
I was wondering if running a query with multiple joins such as the above will affect the performance of the database server more in comparison to retriving the same result set from a single table.
I am new to SQL performance and any help would be greatly appreciated.
Thanks
Rukmal