Calculate the average salary for each employee.
SELECT employees.name, AVG(salarytransactions.amount) AS average_salary FROM employees JOIN salarytransactions ON employees.id = salarytransactions.employee_id GROUP BY employees.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.