Calculate the total sales revenue generated by each customer.
SELECT customers.customerName, SUM(customerinvoices.totalAmount) AS total_sales_revenue FROM customers JOIN customerinvoices ON customers.customerId = customerinvoices.customerId GROUP BY customers.customerName
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.