Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Which is GOOD/BETTER out of two ways of writing a query ??

$
0
0
Problem statement : I have 2 tables "DEPT" which contains department details and "EMP" which contains employee details.
I am joining based on deptno and getting department name and department location from DEPT table.
I get these details using 2

Viewing all articles
Browse latest Browse all 3145

Trending Articles