Count the number of tasks assigned to each department.
SELECT d.department_name, COUNT(t.task_id) AS task_count FROM departments d JOIN tasks t ON d.department_id = t.department_id GROUP BY d.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.