SELECT * FROM Products
WHERE Products.ItemID > 1
SELECT * FROM Categories
WHERE Category <> 'Dummy'
SELECT * FROM Products
WHERE ItemID > 1
SELECT Products.*,Categories.*,ProdPics.* FROM ProdPics
RIGHT JOIN (Categories INNER JOIN Products ON Products.CategoryID = Categories.CategoryID) ON Products.ItemID = ProdPics.ItemID
WHERE Products.CategoryID = WHERE Products.SubCatID = AND Products.SubCatID = 0
WHERE Products.SubCatID =
ORDER BY Products.CategoryID,Products.ItemName
SELECT * FROM Categories
WHERE EXISTS
(SELECT Products.*,Categories.* FROM Products
INNER JOIN Categories on Products.CategoryID = Categories.CategoryID)
ORDER BY Categories.Category
Click on a category from the menu on the left to see our wide selection of products and great prices!