Write a query that returns the highest salary in the "Computer Science" department.
CREATE TABLE SALARIES (Professor_Name TEXT, Department TEXT, Salary INT);