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 …
0
votes

Adding values in various combinations

I don't know how often it would work in practice as there are many exceptions to this oversimplified case, but here's a thought: In a perfect world, the invoices are going to be p …