Get the total purchase amount for each supplier.
SELECT supplier.name, SUM(outgoinginvoice.amount) AS total_purchases FROM supplier JOIN outgoinginvoice ON supplier.id = outgoinginvoice.supplier_id GROUP BY supplier.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.