Welcome to the SQL screen.
The question is on your right: Compare Regional Performance by Month. Read through the requirements and the three tables first.
Run and submit your code as often as you need. You also have five interviewer messages this session - want to talk through your approach, or are you ready to start coding?
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.