Calculate the average rating for each hotel group for each month.
SELECT group_id, EXTRACT(MONTH FROM review_date) AS month, AVG(rating) AS average_rating FROM available_groups GROUP BY group_id, month
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.