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