SQL SERVER - 2005 - Difference Between INTERSECT and INNER JOIN - INTERSECT vs. INNER JOIN
Posted by: Journey to SQL Authority with Pinal Dave,
on 03 Aug 2008 |
View original | NEW Bookmarked: 0 time(s)
INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Operator. INTERSECT operator returns almost same results as INNER JOIN clause many times.When using INTERSECT operator the number and the order of the columns must be the same in all queries [...]...