I'm having problems inserting the following data into my table, what am I doing incorrectly?
insert into emp_2002(Firstname, Lastname, Title, Age, Salary, Start-date) values('Adam', 'Doyle', 'Analyst', 25, 19500, 25/05/2005)