Version 4 of database design

Updated 2005-05-16 21:42:25

Can anyone recommend me a good book on database design that I can apply to a MySQL database? I'm looking for something like "TCP/IP Illustrated", just for databases. Some kinda bible.

- Moritz

"SQL The Complete Reference" is descent, It mostly covers programming, but database design (entities, attributes, and normalization) is not really covered.

     By Groff, Weinberg,Publisher: McGraw Hill.

SYStems Object Role Modeling (A.K.A ORM) http://www.orm.net also consider the book [L1 ]

This is mostly about modeling not design, for desing you might also consider Scott Ambler's writings [L2 ]