#1,965 in Computers & technology books
Use arrows to jump to the previous/next product

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.

Database Design and Relational Theory: Normal Forms And All That Jazz (Theory In Practice)
Buying options
View on Amazon.com
or
O Reilly Media
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Release dateApril 2012
Weight0.95 Pounds
Width0.7 Inches

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.