Get the total hours worked by each employee.
SELECT e.employee_name, SUM(h.hours_worked) AS total_hours_worked FROM employees e JOIN hours h ON e.employee_id = h.employee_id GROUP BY e.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.