Tim, this is your section to include HTML page with width = 825 px or less because of padding.
SELECT *
FROM department, product, category
WHERE department.department_id = product.department_id
AND category.category_id = product.category_id
GROUP BY department.department, category.category, product.model
ORDER BY department.department, category.category, product.model
List of All Items
#grouped_product.department#
|
#grouped_product.category#
#grouped_product.model#
|