select customer_id,count(order_id) as total_orders, sum(amount) as total_spend from orders group by customer_id having count(order_id) >=3 select name, price, case ...
Contoso operates in high-volume consumer electronics retail, with thousands of SKUs across stores (from smartphones to laptops and accessories). The data reveals a strong revenue imbalance: 25% of ...