SQL Practice Logo

SQLPractice Online

Level 4 - Mid-LevelQuery-Based Questions

Top 3 Products per Month (Window Rank)

Return month_start, product_id, product_name, and revenue for top 3 products by monthly revenue.

Schema Context

products(id, name), order_items(order_id, product_id, quantity, unit_price), orders(id, order_date)