Write the SQL needed to create an employee table containing the following data:
employeeID, text, length of 5, primary key
lastName, text, length of 25
firstName, text, length of 15
degree, text, able to store values of 'yes' and 'no'
dateOfBirth, date
annualSalary, numeric