G'day /prog/. At work I'm using a lot of SQL, and I'm learning as I go (lol English), but I'd like to actually learn the language well and have a good understanding of what's going on behind it.
So I wonder if there are any SQL classics. Something like K&R, but for SQL. Can you recommend me anything?
Name:
Anonymous2009-12-13 13:33
I'd be interested in replies to this. I learned mostly everything through co-workers -- guys who'd had an IT/IS-based education and had 5-10 years doing just database stuff (in my case, mostly db2 and SQL server related). Had access to hundreds of load/resume/purge jobs that I could look through and learn from.
I think you can find plenty of books that adequately cover SQL and dbms-specific implementations, but I would like to know of a book that covers all the clever little things that can be done with SQL, especially in query optimization (and not just throwing some indexes on a table).