No post body was provided.
Ask HN: Best book to learn about SQL and databases?
1–4 of 4 posts
Re: Ask HN: Best book to learn about SQL and databases?
#2I like Practical SQL from No Starch Press: https://nostarch.com/practicalSQL
I didn't learn from the book myself, but I read it to evaluate it as a teaching tool for juniors and wound up recommending it.
Re: Ask HN: Best book to learn about SQL and databases?
#3I took Neil Sainsbury’s Mastery with SQL course and would recommend it.
Re: Ask HN: Best book to learn about SQL and databases?
#4To add to suggestions of others, the SQL Antipatterns was also an insigtful read about basic pitfalls of db design.
I have also found first chapters from Designing Data Intensive Applications helpful to get context around sql/nosql dbs.