Get the total sales amount for each customer.
SELECT customer.name, SUM(outgoinginvoice.amount) AS total_sales FROM customer JOIN outgoinginvoice ON customer.id = outgoinginvoice.customer_id GROUP BY customer.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.