From: "TSHACK" <TSH...@SILVER-BAYOU.COM>
Sent: Tuesday, December 05, 2000 4:57 PM
The redundancies marked with * are only a problem because MySql doesn't
support referential integrity (and thereby cascading updates) between
relations (I suppose that Name and Events contains the actual text and
not
just an identifier).
Competition is redundant because I assume the same competition could
occur
several years, correct?
Ah, I didn't get it that an Event would be a subset of a competition.
Not really a subset. Rather an extra layer of specification. If Event was a
subset of Competition, you would have to define every Event once for each
instance of competition. On the other hand, that would give you the
opportunity to specify different events for each Competition, which you
cannot do in the structure that I made.
- Carsten