TastyWheat
Registered User.
- Local time
- Today, 03:49
- Joined
- Dec 14, 2005
- Messages
- 125
Most of the tables in my database have a single attribute candidate key. I have one very insignificant table that doesn't seem to warrant a surrogate key (autonumber) but a record can only be uniquely identified by all 4 of its attributes. Should I actually bother to make all of the attributes a primary key? Is this some tell tale sign I have a poor relationship going on?