Tagged Questions
3
votes
3answers
633 views
SQL Loop over a family tree
Using SQL server 2008.
I have a family tree of animals stored in a table, and want to give some information on how 'genetically diverse' (or not) the offspring is.
In SQL how can I produce sensible ...
3
votes
2answers
789 views
SQL database design
I am making a database for a program where i am supposed to model some relations in the family.
ex:
X is father to Y , Y is son to X
So , i have a Members table with all info about each member so i ...