Get the total costs incurred for each project.
SELECT pr.project_name, SUM(c.cost_amount) AS total_costs FROM projects pr JOIN costs c ON pr.project_id = c.project_id GROUP BY pr.project_name
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.