Write a query that returns all the professor names that begin with the letter C.
CREATE TABLE SALARIES (Professor_Name TEXT, Department TEXT, Salary INT);