Best relational databases books according to Reddit

Reddit mentions of Relational Database Design Clearly Explained

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Relational Database Design Clearly Explained. Here are the top ones.

Specs:
Height9.5 Inches
Length7.5 Inches
Number of items1
Weight1.36025215654 Pounds
Width0.75 Inches
#13 of 20

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

Shuffle: random products popular on Reddit

Found 1 comment on Relational Database Design Clearly Explained:

u/codearoni ยท 3 pointsr/node

If you own the data, go with RDBMS. Every time. DDDB's are useful when you want to store data from other systems that you don't really give a damn about (in terms of structure or content).

If I were you I'd do some book learning.

You need to come to a consensus on what constitutes a record in your system and use that to design a primary key. I think if you do some research into introductory DB concepts the rest will become obvious over time, FWIW.