SQL - Window Functions Fundamentals
What is the syntax error in the following SQL query?
SELECT Department, Employee, AVG(Salary) OVER PARTITION BY Department FROM Employees;