Hi


Which approach to take.
We have certain sql queries. In first case we have used join for retrieving the results where as in the second case we use sub queries to get the same results.

Which one of them is better , faster & more effecient.
I have read that joins are always the slowest.

Bye