MySQL - What is the correct primary key method

Posted by Hammerstein on Stack Overflow See other posts from Stack Overflow or by Hammerstein
Published on 2010-03-27T14:48:19Z Indexed on 2010/03/27 14:53 UTC
Read the original article Hit count: 152

Filed under:
|

I'm starting to develop an application using MySQL and although I've developed apps before using databases, I've normally gone to the incrementing id method. The other day I was reading a posting somewhere and saw someone being picked apart for this, for not properly "normalising the database". I'm not a big database person, but I wanted to make sure I'm doing this right.

Any ideas, help / guidance?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about primary-key