Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
MySQL and mSQL Review by Brian Ecker
A good overall introduction to SQL databases...
This books provides a good all around introduction to databases, SQL and the mSQL and MySQL database servers. It tends to favor MySQL a bit more, but this seems appropriate given that MySQL is now far more advanced than mSQL.
It also serves as a pretty good reference for both servers (though, by no means a complete one). It explains some database building basics, as well as what 2NF and 3NF mean (and how to make your database 3NF). It contains several useful chapters on different APIs to MySQL and mSQL including a very helpful introduction to the Perl DBI.
I still find the reference pages pretty helpful, but for people looking for an advanced reference, I'd say look elsewhere (perhaps "Managing and Using MySQL" (ASIN 0596002114)).
If you're just learning SQL or MySQL, this is a great book!