MsGroups.net is Microsoft newsgroups for viewing and posting

About MsGroups.net

Hi, I'm currently reading a SQL Server 2008 book that states that the following queries will return equivalent results but that the first one is not recommended practice. SELECT a.ProductID, a.Name, b.SalesOrderID, FROM Production.Product a INNER JOIN Sales.SalesOrderDetails b ON a.ProductId = b.ProductID AND a.Color = 'Black'; SELECT a.ProductID, a.Name, b.SalesOrderID, FROM Production.Product a INNER JOIN Sales.SalesOrderDetails b ON a.ProductId = b.ProductID WHERE a.


Title

Microsoft Newsgroups

Description

Microsoft newsgroups for viewing and posting questions or answers

Additional Information

Related Domains

External Links



Retrieved from "http://aboutus.com/index.php?title=MsGroups.net&oldid=30341911"