SQLServerCentral » Latest topics
Subquery vs join
Hi All,
We have a new junior developer who insists on looking up descriptions using Subqueries rather than joins..
Simple Example below...
JOIN
SELECT a.AccountName, d.Amount, d.EntryDate, d.Tra
We have a new junior developer who insists on looking up descriptions using Subqueries rather than joins..
Simple Example below...
JOIN
SELECT a.AccountName, d.Amount, d.EntryDate, d.Tra
No comments:
Post a Comment