Quote:
Originally Posted by BubikolRamios
3.
Code:
SELECT p.ProductID
FROM Products p left join Sales s on p.ProductID = s.ProductID
WHERE s.ProductID is null
|
the customer table is missing from the code section...customer table isnt mentioned anywhere in code?