SQL Join Order Optimization

  • Thread starter Dennis W. Bulgrien
  • 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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top