G
george
Hi to all,
I am developing an insurance database and I would like
some help if possible in designing my Policies table. In
insurance one can have many different types of policies
originating from different branches of the company, ie
Fire policies, Automobile policies, Life policies etc. All
types of policies share some common characteristics like:
Branch
ApplicationN
PolicyN
StartingDate
ExpiryDate
DateOfFirstIssue
etc
so I have created a table that comprises all types of
policy and contains the above mentioned information. The
problem is that there is also information that pertains
only to a particular type of policy and to no other type.
For example, automobile policies need to include
information about the insured vehicle, fire policies need
to include information about the insured house etc. I have
thought to create more tables like FirePolicyDetails,
AutomobilePolicyDetails etc and then to relate these to my
AllPolicies table. Is this a good thought? What kind of
relationship should I establish? Is there a better
approach?
thanks in advance, george
I am developing an insurance database and I would like
some help if possible in designing my Policies table. In
insurance one can have many different types of policies
originating from different branches of the company, ie
Fire policies, Automobile policies, Life policies etc. All
types of policies share some common characteristics like:
Branch
ApplicationN
PolicyN
StartingDate
ExpiryDate
DateOfFirstIssue
etc
so I have created a table that comprises all types of
policy and contains the above mentioned information. The
problem is that there is also information that pertains
only to a particular type of policy and to no other type.
For example, automobile policies need to include
information about the insured vehicle, fire policies need
to include information about the insured house etc. I have
thought to create more tables like FirePolicyDetails,
AutomobilePolicyDetails etc and then to relate these to my
AllPolicies table. Is this a good thought? What kind of
relationship should I establish? Is there a better
approach?
thanks in advance, george