One Address Table for Many entities?
问题 Conceptual stage question: I have several Tables ( Person , Institution , Factory ) each has many kinds of Addresses ( Mailing , Physical ) Is there a way to create a single Address table that contains all the addresses of all the Entities? I'd rather not have a PersonAddress and FactoryAddress etc set of tables. Is there another option? The amount of data will only be several thousand addresses at most, so light in impact. 回答1: My proposal relies on the principle that one entity (person,