Hi,
Could you please let me know the Join Strategy to achieve best query performance for below scenarios:
1) Joining Large Tables
Table1 count is 200,000
Table2 count is 100,000
Table3 count is 90,000
2) Joining Large Table and small table
Table1 count is 200,000
Table2 count is 1000
3) Joining small Tables
Table1 count is 10000
Table2 count is 1000
Regards
G.R.Venkatesh