You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTp.ProductName,
c.CategoryNameFROM
Products p
LEFT JOIN
ProductCategories pc ONp.ProductID=pc.ProductIDLEFT JOIN
Categories c ONpc.CategoryID=c.CategoryID;