CREATE TABLE `myDB`.`usersystem` (
`userid` INT NOT NULL AUTO_INCREMENT ,
`username` VARCHAR( 50 ) NOT NULL ,
`password` VARCHAR( 32 ) NOT NULL ,
`email` VARCHAR( 50 ) NOT NULL ,
PRIMARY KEY ( `userid` )
);
Sorry, I would search but I have no idea how to search for such a specific misunderstanding.
I'm starting to learn MySQL, and I'm getting comfortable, but I'm confused what the backticks do, and why when the table was created it has a period between them. What does usersystem denote?