Calculate the total amount of all transactions (booked and pending).
SELECT SUM(amount) FROM BookedTransactions UNION ALL SELECT SUM(amount) FROM PendingTransactions;
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.