Database Patterns

Posted by Onorio Catenacci on Stack Overflow See other posts from Stack Overflow or by Onorio Catenacci
Published on 2008-09-04T17:42:13Z Indexed on 2010/05/06 21:28 UTC
Read the original article Hit count: 200

Does anyone know of papers/books/etc. that document patterns for databases? For example, one common rule of thumb is that every table should have a primary key and that the key should be devoid of information content. So I was wondering if anyone had written a book or published papers regarding design patterns for designing relational databases?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about database-design