Count the number of meetings each user has attended.
SELECT users.name, COUNT(meetings.id) AS num_meetings FROM users JOIN meetings ON users.id = meetings.user_id GROUP BY users.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.