SQL Join Order Optimization

  • Thread starter Thread starter Dennis W. Bulgrien
  • Start date Start date
D

Dennis W. Bulgrien

Given 2 joins to a query of keys, there are two ways they could be joined.

QueryKey to Table1 and QueryKey to Table2
-or-
QueryKey to Table1 and Table1 to Table2

Does anybody know if one way is better, more efficient, than the other?
 
Back
Top