Level 4 - Mid-LevelQuery-Based Questions
Cumulative Unique Customers by Month
Return month_start and cumulative_unique_customers up to that month.
Schema Context
orders(id, customer_id, order_date)
Return month_start and cumulative_unique_customers up to that month.
orders(id, customer_id, order_date)