Calculate the total travel expenses for each department.
SELECT d.department_name, SUM(te.amount) AS total_travel_expenses FROM departments d JOIN travelExpense te ON d.department_id = te.department_id GROUP BY d.department_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.