#144

Bookings per Month

Finance wants a month-by-month view of booking volume. For each calendar month with at least one booking, output the year, month, and booking count. Sort from earliest month to latest.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

yearmonthbooking_count
202034
202412
202422

Your query result will appear here