I am very, very new to MYSQL.I tried to create a table named \"option\". My SQL Query is :
create table option(
id int not
option is a reserved word in MySQL. Save yourself a world of pain and use choice for your table name.
Better you select the other tablename.Ohterwise maintaining our code will be difficult.