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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -