Calculate the average invoice amount for each company.
SELECT company_id, AVG(amount) AS average_amount FROM sales_invoices GROUP BY company_id;
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.