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

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.

Relational Database Design Clearly Explained
Buying options
View on Amazon.com
or
Specs:
Height9.5 Inches
Length7.5 Inches
Number of items1
Weight1.36025215654 Pounds
Width0.75 Inches

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.