Best relational databases books according to Reddit

Reddit mentions of Database Design and Relational Theory: Normal Forms And All That Jazz (Theory In Practice)

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Database Design and Relational Theory: Normal Forms And All That Jazz (Theory In Practice). Here are the top ones.

#2 Database Design and Relational Theory: Normal Forms And All That Jazz (Theory In Practice) #4
O Reilly Media
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Release dateApril 2012
Weight0.95 Pounds
Width0.7 Inches
#3 of 20

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Database Design and Relational Theory: Normal Forms And All That Jazz (Theory In Practice):

u/cabbagerat · 9 pointsr/compsci

I'm assuming you are interested in designing schemas for relational databases, and not writing relational databases.

I really like CJ Date's SQL and Relational Theory and Database Design and Relational Theory. Use The Index, Luke is a nice site, too, with generally less formal information than Date's books, but more practical info about day-to-day problems.

If you'd like to dig under the covers, I'd start with Principles of Transaction Processing. Philip Bernstein knows what he is talking about, and is active in database research. Gray and Reuter's Transaction Processing is a classic, but is less approachable.

u/DS11012017 · 3 pointsr/datascience

PostgreSQL and MySQL are your open source go tos.

If you are going enterprise stick with MSSQL over Oracle.

For Database design how far do you want to dig into theory?
https://www.amazon.com/Database-Design-Relational-Theory-Practice/dp/1449328016 dives pretty deep but stays useful.

But, you could get away with just the intuitive understanding of what a 'Star Schema' and 'Snow Flake' schema is for a project like yours.