I'm looking for a good and short book to learn SQL in general, and good modern SQL practices.
Any suggestions? Thanks!
|
2
|
|||
|
|
|
For beginner\intermediate SQL programmer I would recommend these 2 books:
For advanced SQL techniques I would recommend books by Joe Celko |
||||
|
|
|
Joe Celko's books are good - I loved "SQL for Smarties" |
||
|
|
|
|
For CRUD operations (create, retrieve, update and delete) a good place to start is w3schools. CRUD accounts for a good majority of the SQL that you might use (add in joins under retrieve and you have ~95%). IMHO there really is not that much in straight SQL that would fill out a book. A better approach might be a database design book. Learn about what/how relations work and the SQL will follow. Make a simple application that uses it. It makes more sense to me this way. All modern RDBMs support CRUD in mostly the same way and from there you can learn your platform dependent stuff. |
||
|
|
|
|
I love the Inside SQL Series: Inside SQL Server 2005: The Storage Engine Inside SQL Server 2005: T-SQL Programming |
||
|
|
|
|
If Erland ever writes a book, you should own it. |
|||
|
|
|
|
This one's awesome so far, by Rudy Limeback: http://www.amazon.com/Simply-SQL-Rudy-Limeback/dp/0980455251 |
||
|
|
|
|
I've heard good things about "The Manga Guide To Databases", but I haven't read it myself. At least sounds more fun to read than the average book about RDBMS's http://www.amazon.com/dp/1593271905 |
||
|
|