Calculate the average return rate per brand from the brands table and returns table.
SELECT b.name AS brand_name, AVG(r.return_rate) AS avg_return_rate FROM brands b JOIN returns r ON b.id = r.brand_id GROUP BY b.name
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.