Quote:
Originally Posted by ofilha
Are there any advantages or disadvantages to using a three key composite primary key?
|
the advantages are, if you only have one relationship, in which all three ids have to be present, then this 3-key design nicely accommodates that
the disadvantages are, if you can have a relationship between case and address, without regard to the name involved, or a relationship between name and address, without a case being involved, then this 3-key design is rubbish for supporting those
