Calculate the average number of people assigned to each job.
SELECT AVG(num_people) FROM (SELECT job_id, COUNT(*) AS num_people FROM people GROUP BY job_id) AS temp
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.