You have an error in sql syntax

Aug 14 2015 6:47 AM
Hi I am new to mysql getting an error but i didn't understood where i do mistake,this code is implementing in mysql command prompt.This is my syntax.
 
CREATE TABLE tutorials_tbl( -> tutorial_id INT NOT NULL AUTO_INCREMENT, -> tutorial_title VARCHAR(100) NOT NULL, -> tutorial_author VARCHAR(40) NOT NULL, -> submission_date DATE, -> PRIMARY KEY ( tutorial_id ) -> );
will you please help me  ....
Thanks,
prathyusha 

Answers (3)