List the number of members in each department.
SELECT department.name, COUNT(member.id) FROM department LEFT JOIN member ON department.id = member.department_id GROUP BY department.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.