Attribute-values in separate table
From: <anjasmedts_at_hotmail.com>
Date: Thu, 30 Aug 2007 06:54:08 -0700
Message-ID: <1188482048.713274.53040_at_k79g2000hse.googlegroups.com>
Hi,
Validity-begin-date
Validity-end-date
...so I can "switch on and off" attributes on any date in the future.
Date: Thu, 30 Aug 2007 06:54:08 -0700
Message-ID: <1188482048.713274.53040_at_k79g2000hse.googlegroups.com>
Hi,
This will generate records in the Furniture table like:
( 123, "Cupboard")
( 456, "Chair")
and records in the Furniture-attribute table like:
( 123, "HasLock")
( 456, "HasWheels")
To be more flexible, I would extend the Furniture-attribute table
like:
Table:
Furniture-attribute
Attributes:
Furniture-ID Attribute-Name Attribute-Type Attribute-Value
Validity-begin-date
Validity-end-date
...so I can "switch on and off" attributes on any date in the future.
What are the pro's and con's for such an approach?
Anja. Received on Thu Aug 30 2007 - 15:54:08 CEST