Best relational databases books according to Reddit

Reddit mentions of Handbook of Relational Database Design

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Handbook of Relational Database Design. Here are the top ones.

#7 Handbook of Relational Database Design #9
    Features:
  • Life Time Warranty
Specs:
Height9.5 Inches
Length7 Inches
Number of items1
Weight1.9951834711 Pounds
Width1 Inches
#8 of 20

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

Shuffle: random products popular on Reddit

Found 2 comments on Handbook of Relational Database Design:

u/begriffs · 2 pointsr/haskell

I found the best way to think about relational data in general is to start with an old book, one that covers the subject in a pure way without reference to any particular system. Then you can translate the concepts into a nice modern system like PostgreSQL. http://www.amazon.com/Handbook-Relational-Database-Candace-Fleming/dp/0201114348

If you just want to jump in and try stuff out here are some tutorials and docs.

Here are some tutorials about triggers
http://www.postgresqltutorial.com/postgresql-triggers/

Managing roles (the "official" docs are actually pretty good)
http://www.postgresql.org/docs/9.4/static/user-manag.html
http://www.postgresql.org/docs/9.4/static/sql-grant.html
http://www.postgresqltutorial.com/postgresql-roles/

Creating schemas and using the search path
http://www.postgresql.org/docs/9.4/static/ddl-schemas.html