vote up 3 vote down star
1

What is the best book for SQL, particularly MySQL?

flag

4 Answers

vote up 5 vote down check

High Performance MySQL 2nd Ed. is the best MySQL specific book out there. Plenty of advanced information on database design and optimization, analysis and profiling, scaling and more.

For general SQL, have a look at Learning SQL by Oreilly, or just about any SQL tutorial on the web.

link|flag
Yes, very much so, this is the best MySQL book that I've encountered by far. – hromanko Jan 10 '09 at 5:54
Yes, High perf. 2nd edition is good, but only if you are already very familiar with SQL and need tips to optimise your large databases. – MarkR Jan 10 '09 at 8:08
I marked your response as accepted answer, but I scanned through some of HP and it seemed way more advanced than what I am ready for, but I think learning SQL might be right for me. – John Isaacks Mar 11 at 15:01
The link for the Learning SQL book points to the old edition. Here's the new link. oreilly.com/catalog/9780596520830 – zooropa May 2 at 14:57
vote up 2 vote down

For learning MySQL the database, a great book is MySQL Press's MySQL Tutorial.

A good book for learning Structured Query Language is A Guide to SQL. It's a textbook and working through the end-of-chapter material is important to learning with this book.

There are other good books on SQL and MySQL as mentioned above.

link|flag
vote up 2 vote down

MySQL Cookbook (2nd Edition) is very useful, for both MySQL and general SQL related problems.

link|flag
vote up 1 vote down

Paul DuBois, MySQL (The Definitive Guide). At Amazon

It's onto the 4th edition now, I have the 3rd and it's excellent.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.