Page 1 of 1
Can somebody recommend a good SQL book?
Posted: Mon Feb 16, 2009 6:17 pm
by Luke
I'm looking to brush up majorly on my SQL knowledge. I work mostly with MySQL and MS SQL, but I really just need to learn SQL in general. Can anybody recommend a good book?
Re: Can somebody recommend a good SQL book?
Posted: Tue Feb 17, 2009 8:20 pm
by Luke
Really, nothing?

Re: Can somebody recommend a good SQL book?
Posted: Wed Feb 18, 2009 1:53 am
by Eran
I can recommend a good MySQL book - High Performance MySQL 2nd Ed., but it's not really a SQL book (more an advanced DBA book). For SQL I refer to the MySQL documentation often, it's pretty good -
http://dev.mysql.com/doc/
Re: Can somebody recommend a good SQL book?
Posted: Wed Feb 18, 2009 8:34 am
by VladSun
I haven't read a single SQL book either

The manuals, some articles and a lot of practice - that's how I've learned SQL
