Calculate the number of tasks completed by each employee.
SELECT employee.name, COUNT(task.id) AS tasks_completed FROM employee JOIN task ON employee.id = task.employee_id GROUP BY employee.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.