CREATE INDEX IX_production_site_date ON production(site_id, production_date); CREATE INDEX IX_employees_site ON employees(site_id); CREATE INDEX IX_equipment_site ON ...
-- BUSINESS QUESTION 1: "Show customer names WITH their usage" PRINT 'QUESTION 1: Customer Success asks "Match customer names with their Dec usage"'; ...