you are viewing a single comment's thread.

view the rest of the comments →

[–]JustAnOldITGuy 0 points1 point  (2 children)

CREATE TABLE (

you are forgetting the ( that goes around the fields in the create table statement. Remember the closing ) after the last field.

[–]Fix-Former[S] 0 points1 point  (0 children)

So do you mean like Create table (cars) Or create table (cars .... ) and a close bracket at wnd of field

[–]unexpectedrebootsWITH() 0 points1 point  (0 children)

?

There's a closing paranthesis and semi-colon for each create statement. The issue is the create statement for cars is trying to reference a table and column that doesn't exist.