GCP ADP · Data Analysis and Presentation

A data practitioner is building a monthly revenue report from an orders table with a TIMESTAMP column named order_time. The current query groups rows using GROUP BY EXTRACT(MONTH FROM order_time), which combines January 2024 and January 2025 sales into a single group, producing incorrect totals for a report spanning multiple years. What change correctly groups revenue by calendar month within each year?