Table Design Advice - normalizing
From: April <PrivateBenjamin_at_hushmail.com>
Date: 22 Oct 2001 12:44:29 -0700
Message-ID: <54df0379.0110221144.24e2ff74_at_posting.google.com>
Hi,
Date: 22 Oct 2001 12:44:29 -0700
Message-ID: <54df0379.0110221144.24e2ff74_at_posting.google.com>
Hi,
I have potentially 4 entities which are all of the same "master
entity" type (if you can call it that). Each entity shares the same
subset of 6 fields, but 3 of the entities have additional fields.
ex. Entity SimpleFP : fields - LongDesc,ShortDesc,ActID,Qty,Year,Month
Entity ComplexFP: fields -
The proper thing to do, I believe, is to create 4 tables, one for each entity. However since they share so much in common, I was wondering if there was an efficient way that I could create 1 table for all entities? It seems like a waste to have four tables.
Could anyone provide suggestions on this issue?
Thank you,
April
Received on Mon Oct 22 2001 - 21:44:29 CEST