A Sane Approach To Choosing Primary Keys


A Sane Approach To Choosing Primary Keys


A couple of interesting ideas on how to create primary keys when designing databases. The author suggests using character keys in many situations where database designers traditionally use integers.

Related Posts