Calculate the total pension contributions made by each employee.
SELECT e.employee_name, SUM(p.contribution_amount) AS total_pension_contributions FROM employees e JOIN pension p ON e.employee_id = p.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.