Write a query that returns the name and salary (in this column order) of the professor with the highest salary.
CREATE TABLE SALARIES (Professor_Name TEXT, Department TEXT, Salary INT);