I am trying to do the SQL course online and it asked me to input info into my table. I am typing the following SQL code:
insert into employee_LJH2609
(firstname,lastname,title,age,salary)
values('Jonie','Weber','Secretary',28,195.00,'Pots y','Weber','Programmer',32,45300.00,'Dirk','Smith' ,'Programmer II',45,75020.00);
I keep getting a message telling me to check my sql but i can not see any thing wrong with it. Please help ive been stuck for days!