Error in Create Table Syntax MYSQL -


this create table syntax:

create table recipe(     recipename varchar(30),      cuisine varchar(20),      skilllevel varchar(13),      ingredients varchar(400),      procedure varchar(1000),      cookingtime int(30),      category varchar(10),      restrictions varchar(15) );  

i'm not able identify error in this. please help. thanks

procedure reserved word. need name or surround backticks.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -