Could someone help me get past lesson 5 of the first SQLCourse.com? I keep
putting in what I feel are the right commands for inserting records, but
keep getting an error, for weeks now.
Here's the code I put:

insert into employee_jvd0515
(first, last, title, age, salary)
values('Jonie', 'Weber', 'Secretary', 28, 19500.00);

The table, with those fields, was successfully created previously.
Help. Thanks.
Vince Deegan