I guess you want to learn SQL rather than MySQL.
have a look at the manual on www.mysql.com.
Start by learning CREATE TABLE, DROP TABLE, ALTER TABLE.
Then start adding data using INSERT, and retreiveing data using SELECT.
These are the most important queries. Once you know these, you can start doing some complex things with them.