List total purchase amount for each vendor.
SELECT Vendors.Name, SUM(PurchaseInvoices.Amount) AS TotalPurchaseAmount FROM Vendors JOIN PurchaseInvoices ON Vendors.ID = PurchaseInvoices.VendorID GROUP BY Vendors.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.