Tagged Questions
2
votes
3answers
378 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 ...