Get the customers with the highest number of purchased units in Ziggu.
SELECT customers.name, COUNT(units.id) AS total_units FROM customers JOIN unit_customers ON customers.id = unit_customers.customer_id JOIN units ON unit_customers.unit_id = units.id GROUP BY customers.name ORDER BY total_units DESC LIMIT 10
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.