I have these two CREATE TABLE statements:
CREATE TABLE
CREATE TABLE GUEST ( id int(15) not null auto_increment PRIMARY KEY, GuestName char(25) not null
There should be space between int(15) and not null
int(15)
not null