Search Results

0
votes

How do you like your primary keys?

I've always used a surrogate key - an autoincrementing integer called 'id'. I can see plenty of reasons to do this even when another option is obvious: Consistency Data indep …