Re: Representing Student Activity Score
From: --CELKO-- <jcelko212_at_earthlink.net>
Date: 21 Jul 2004 08:02:49 -0700
Message-ID: <18c7b3c2.0407210702.4d4e5459_at_posting.google.com>
Date: 21 Jul 2004 08:02:49 -0700
Message-ID: <18c7b3c2.0407210702.4d4e5459_at_posting.google.com>
>> Has anyone a better method of representing the above using only
Subject-Verb-Object (Tuple-Attribute-Value) format? <<
The name is actually EAV (Entity-Attribute-Value) and it is an awful way to handle data. It prevents data integrity, runs like glue and is a nightmare to use. Try using a relational model instead. Received on Wed Jul 21 2004 - 17:02:49 CEST