Get the total sales amount for each division.
SELECT d.Description AS Division, SUM(s.AmountDC) AS TotalSalesAmount FROM SalesEntries s JOIN Divisions d ON s.Division = d.Division GROUP BY d.Description
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.