+ 1
Does performance get enhanced if smaller to bigger tables are joined in SQL?
I have heard people saying, join small table to big table instead of other way to enhance the performance. Is it true?
1 Answer
+ 2
No, It's not true.
I have heard people saying, join small table to big table instead of other way to enhance the performance. Is it true?