CREATE VIEW item_list_groups AS
SELECT DISTINCT il_group
FROM item_list;