June 9, 200916 yr I am trying to populate an order table with data from different product tables. I have multiple Product tables, each has it’s own complex set of attributes and associated tables. What are my options for bringing them together into an OrderLineItem table?
June 9, 200916 yr Very slim, I think. If those products cannot fit into the same table, you should consider a supertype/subtype model: each product has a "generic" record in the supertype Products table, and a related record in one of the more specific subtype tables.
June 9, 200916 yr Author I was afraid of that. Can you explain the supertype/subtype model a little more? Or point me to more information? Thanks
June 9, 200916 yr There have been several threads about it (some of them very long). Do a search for "supertype" - and also for "Graham" with Fenton as the author.
Create an account or sign in to comment