Calculate the average number of clockings per person in the clockings table.
SELECT person_id, AVG(clocking_count) FROM (SELECT person_id, COUNT(*) AS clocking_count FROM clockings GROUP BY person_id) AS subquery GROUP BY person_id
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.