Write a PostgreSQL query that summarizes Lyft ride performance by region_name and calendar month for Q1 2024. Your result should show completed rides, total gross bookings, average driver rating, the month-over-month change in completed rides, and a trend label based on that change.
Only include region-months with at least 2 completed rides.
One row per month and regionCompleted ride countTotal gross bookings from completed ridesAverage driver rating from completed ridesMonth-over-month completed ride changeTrend label: improving, declining, or flat_or_new