G
Guest
I have database with a fairly simple structure:
Client details
Claims (one-many with client)
Pending (one to many with claim)
For each claim I need to record an outcome and payment details etc (about 10
more fields). It already has 21 relative fields. Should I add the Outcome
etc to the exisitng table or set up a new one on a one to one relationship.
It doesn't need to be in a separate table for security purposes, but are
there any advanteges or disadvantages of doing it one way or the other?
Thanks
Pauline
Client details
Claims (one-many with client)
Pending (one to many with claim)
For each claim I need to record an outcome and payment details etc (about 10
more fields). It already has 21 relative fields. Should I add the Outcome
etc to the exisitng table or set up a new one on a one to one relationship.
It doesn't need to be in a separate table for security purposes, but are
there any advanteges or disadvantages of doing it one way or the other?
Thanks
Pauline