Get the total sales amount for each project.
SELECT pr.name AS project_name, SUM(s.amount) AS total_sales_amount FROM projects pr LEFT JOIN sales s ON pr.id = s.project_id GROUP BY pr.id
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.