What would be the advantage or problem with the following:
Let me give you an example of a few tables we have and tell me how the joins types would be set up.
I have a Model table. In the Model table I have an ID for Builder (which is a table), an ID for Subdivision (which is a table) and an ID for City (which is a table). How exactly are the relationships set up because this is just how Model will join to these other tables. The other tables will join to each other in different ways.
Is there an advantage to setting up all the relationships or joins ahead of time? Would it be benefitial as far as the speed to access the different tables or would it slow the system down becuase it is looking at all these relationships. At any time I could have 8-10 tables that relate.
Let me give you an example of a few tables we have and tell me how the joins types would be set up.
I have a Model table. In the Model table I have an ID for Builder (which is a table), an ID for Subdivision (which is a table) and an ID for City (which is a table). How exactly are the relationships set up because this is just how Model will join to these other tables. The other tables will join to each other in different ways.
Is there an advantage to setting up all the relationships or joins ahead of time? Would it be benefitial as far as the speed to access the different tables or would it slow the system down becuase it is looking at all these relationships. At any time I could have 8-10 tables that relate.