Calculate the customer acquisition cost by dividing the sum of payouts and payment_intents by the total number of products.
SELECT (SUM(payouts) + SUM(payment_intents)) / COUNT(products) AS customer_acquisition_cost FROM payouts, products, payment_intents;
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.