Write a query that returns the department with the highest average salary along with that average salary.
CREATE TABLE SALARIES (Professor_Name TEXT, Department TEXT, Salary INT);