I learn better if somebody directly answers my questions, instead of just reading.
So.. here is what I think I know about MySQL. Please correct me if I'm wrong.
A MySQL database is a file that contains many different variables, and their values. Each database has different tables. These tables contain columns and rows, which hold specific values. You can name a row and column, and grab the value of the variable placed in that cell.
Where can I read up on MySQL?
Where can I learn all of the functions, etc?
Thanks.
So.. here is what I think I know about MySQL. Please correct me if I'm wrong.
A MySQL database is a file that contains many different variables, and their values. Each database has different tables. These tables contain columns and rows, which hold specific values. You can name a row and column, and grab the value of the variable placed in that cell.
Where can I read up on MySQL?
Where can I learn all of the functions, etc?
Thanks.