Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEmily V
8,553 PointsFinished SQL courses and loved it. Any book/resource recommendations?
I really enjoyed the SQL course on TTH. Any recommendations on books or online resources to help me learn past the basics?
Thanks!
KRIS NIKOLAISEN
54,971 PointsI remember liking Joe Celko's SQL books but I just checked Amazon and boy those Kindle versions are expensive.
KRIS NIKOLAISEN
54,971 PointsAlso you can install a local database and go through the documentation. Microsoft for example has/had SQL Express for free, with sample databases and documentation called Books Online. Quite a few books just (poorly) paraphrase the documentation.
Dave StSomeWhere
19,870 PointsDave StSomeWhere
19,870 PointsHi Emily, Stack Overflow is a good resource. Here's a link the unanswered questions tagged with mysql - https://stackoverflow.com/unanswered/tagged/mysql. Start watching the discussion on questions that interest you. Similar to enjoying the TTH community.
You'll see good answers (and bad) some with good links to additional resources. You should even try to solve some questions which will help you develop your searching and manual reading skills tuned up.