|
|
|
|
|
by petepete
1262 days ago
|
|
Mainly because you end up with something that's untidy. Your elegant table that contains all data identifiable by a single PK is now spread across two tables and relies on a (often forgotten) constraint in addition to a FK. I'd rather follow the rules of normalisation wherever possible. |
|