Get the count of male and female employees in each organization.
SELECT o.name AS organization, g.gender, COUNT(e.id) AS total_employees FROM organizations o LEFT JOIN employees e ON o.id = e.organization_id LEFT JOIN genders g ON e.gender_id = g.id GROUP BY o.id, g.gender
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.