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