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
If you want to have a table name Option, you should be able to, just remember that whenever you use the table in a query, you will have to encase it in ` symbols. Like this.
`option`
The ` key on the top left of your keyboard, with the tilde.