Get the average payment amount for each currency used.
SELECT c.code, AVG(p.amount) AS average_payment_amount FROM currencies c JOIN payments p ON c.id = p.currencyid GROUP BY c.code
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.