If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Family Tree Database design project

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-06, 18:00
asalamay asalamay is offline
Registered User
 
Join Date: Mar 2005
Posts: 22
Family Tree Database design project

I'm want to design a database to store family tree information. I want to be able to capture the Name, DOB, Mother, Father, Date of Death, childern name's and other extra data about the person, military career info, clubs, personal achievements, etc...... I'm kind of stuck on were to start and the table designs for this project. I want something that is very scalable and dynamic.

Here are the entities that I have thought of trying to develop the tables

Person Table:
Person ID,
First Name,
Last Name,
Middle Name,
Date of Birth,
Date of Death

Spouse Cross Reference Table: Link the Person ID to the other Person ID to show they were spouses many to many relationship (since a person can have more than 1 spouse
Spouse CRef ID,
Person ID (f Key to person table)
Spouse ID (Person ID as F key to person table)

Childern Cross Reference Table:
Link the person to there childern, same principle as Spouse cross reference
Childern CRef ID,
Person ID,
Childern ID

Person Information
Person ID,
Category,
Information


I not sure if this will work. I was looking for some help to see if I could come up with a better design and normaliztion of the data needed. Also suggest fields that I may need to make the database more scalable.
Reply With Quote
  #2 (permalink)  
Old 08-13-06, 22:48
DerekA DerekA is offline
Registered User
 
Join Date: Sep 2002
Location: Sydney, Australia
Posts: 255
Yes, it is has been done, thought through, and implemented before...

Family 0.8.pdf
__________________
Derek Asirvadem
Senior Sybase DBA/Information Architect derekATsoftwaregemsDOTcomDOTau
Anything worth doing is worth doing Right The First Time
Spend your money on standards-compliant development or spend 10 times more fixing it
Reply With Quote
  #3 (permalink)  
Old 08-14-06, 03:10
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
This is the simplest I know of

If you're a purist, birth and death are also a relationship.
Attached Thumbnails
Family Tree Database design project-untitled.jpg  
__________________
visit: relationary

Last edited by certus; 08-14-06 at 03:27.
Reply With Quote
  #4 (permalink)  
Old 08-27-06, 19:20
bdimple bdimple is offline
Registered User
 
Join Date: Jul 2003
Posts: 74
Kick-Start Data Model for Family Tree

Here's a Model on my Database Answers Site to get you started with Genealogy :-
http://www.databaseanswers.org/data_...logy/index.htm

Barry Williams
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On