0

So, I'm thinking about building a database for family trees. There's a table for people, and there's a table linking people to other people, by spouse or parent relationships.

Later, if I want to pull all the people related to a specific individual, how would I do that efficiently with mysql?

Gerbus
  • 2,554
  • 27
  • 22
  • 1
    http://stackoverflow.com/questions/20215744/how-to-create-a-mysql-hierarchical-recursive-query – sumit Feb 22 '17 at 05:23
  • Possible duplicate of [How to create a MySQL hierarchical recursive query](http://stackoverflow.com/questions/20215744/how-to-create-a-mysql-hierarchical-recursive-query) – Jorge Campos Feb 22 '17 at 14:20

0 Answers0