Get the count of users in each country.
SELECT countries.name, COUNT(users.id) FROM countries LEFT JOIN persons ON countries.id = persons.country_id LEFT JOIN users ON persons.id = users.person_id GROUP BY countries.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.