Write a query that returns the department with the most professors and that number (in this column order).
CREATE TABLE SALARIES (Professor_Name TEXT, Department TEXT, Salary INT);