Get the total payments made to each company.
SELECT c.company_name, SUM(p.amount) AS total_payments FROM companies c JOIN payments p ON c.company_id = p.company_id GROUP BY c.company_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.