Re: A Question On Many-To-Many Linking Table(s)
Date: 25 Sep 2002 11:18:32 -0700
Message-ID: <c0d87ec0.0209251018.5249d3f4_at_posting.google.com>
Another problem with the adjacency list model is that the boss and employee columns are the same kind of thing (i.e. names of personnel), and therefore should be shown in only one column in a normalized table. To prove that this is not normalized, assume that "Chuck" changes his name to "Charles"; you have to change his name in both columns and several places. The defining characteristic of a normalized table is that you have one fact, one place, one time.
The final problem is that the adjacency list model does not model subordination. Authority flows downhill in a hierarchy, but If I fire Chuck, I disconnect all of his subordinates from Albert. There are situations (i.e. water pipes) where this is true, but that is not the expected situation in this case. Received on Wed Sep 25 2002 - 20:18:32 CEST
