Hi guys I am a newbie to mysql. I am confused by the quotes signs.
In mysql query
Does it make any different between
CREATE DATABASE 'mydatabase';
and
CREATE DATABSE mydatabase
One with quote, the other without Also with Insert and other commands
Thanks