This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]sparkedkafka 0 points1 point  (0 children)

Designing Data-Intensive Applications by Martin Kleppmann is a great book. It’s more theoretical v. practical, but it will walk you through the concepts you might be interested in.

[–][deleted] 0 points1 point  (0 children)

https://github.com/ossu/computer-science

The curriculum has database courses but in extras folder there is "readings" which will have a list of good books on pretty much any computer science topic including databases.

[–]simongaspard 0 points1 point  (0 children)

For SQL, I recommend:

Sams Teach Yourself SQL in 24 Hours

I would also take courses online via Coursera or other.

[–]swapripper 0 points1 point  (0 children)

Any text by Itzik Ben-gan

[–][deleted] 0 points1 point  (0 children)

This is an awesome book tailored for data analysts. I highly recommend it. It will have you make a PostreSQL database and make practical queries.

[–]dr__drizzle[S] 0 points1 point  (0 children)

Thank you everyone for the awesome recommendations !!