SyntaxFix
Write A Post
Hire A Developer
Questions
Actually, I believe this would be the fastest:
SELECT ProductID, ProductName FROM Northwind..Products p outer join Northwind..[Order Details] od on p.ProductId = od.ProductId) WHERE od.ProductId is null