Why single primary key is better than composite keys?

Posted by piemesons on Stack Overflow See other posts from Stack Overflow or by piemesons
Published on 2010-04-19T14:04:45Z Indexed on 2010/04/19 14:13 UTC
Read the original article Hit count: 125

Filed under:

Why is the rejection of composite keys in favor of all tables using a single primary key named id. Cause generally all ORM follow this..???

© Stack Overflow or respective owner

Related posts about database-design