I am a student this is homework... The tables are there but data isn\'t being inserted.
Thanks for any advice
Msg 156, Level 15, State 1, Line 181 Incorrec
You have an INSERT INTO Employee... in there without a VALUES clause (The one after "Ledonna")
INSERT INTO Employee...
VALUES
Note if you double click on the error message in Management Studio it should take you to the problem bit of code.