Calculate the average invoice amount for each payment condition.
SELECT PaymentConditions.Description, AVG(SalesInvoices.Amount) AS AverageInvoiceAmount FROM PaymentConditions JOIN SalesInvoices ON PaymentConditions.ID = SalesInvoices.PaymentConditionID GROUP BY PaymentConditions.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.