3
Answers

You have an error in sql syntax

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)
Next Recommended Forum