Calculate the total number of parcels shipped per month from the parcels table.
SELECT EXTRACT(MONTH FROM created_at) AS month, COUNT(*) AS total_shipped_parcels FROM parcels GROUP BY EXTRACT(MONTH FROM created_at)
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.