Get the total number of reservations made each month.
SELECT EXTRACT(MONTH FROM created_at) AS month, COUNT(*) AS total_reservations FROM reservations GROUP BY EXTRACT(MONTH FROM created_at) ORDER BY 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.