Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Resources for Relational Database Design [closed]

I'm looking for a book/site/tutorial on best practices for relational database design, tuning for performance etc. It turns out this kind of resource is a bit difficult to find; there's a lot of "here's normalization, here's ER diagrams, have at it," but not much in the way of real examples. Anyone have any ideas?

like image 743
eplawless Avatar asked Aug 14 '08 19:08

eplawless


People also ask

What are the three key components of relational database design?

The basic structures of a relational database (as defined by the relational model) are tables, columns (or fields), rows (or records), and keys. This section describes these elements.


1 Answers

Book: Database Design for Mere Mortals

like image 87
Neall Avatar answered Sep 19 '22 20:09

Neall