I am trying to build a web application that enables users to refer people to the site. A user can refer up to 10 people to the site and can have up to 7 generations, meaning that each person referred to the system by a referred user will be related to the immediate referrer and the other user that referred the newly registered user’s referrer, up to the seventh level.

The diagram below will help give a view of what I mean.

enter image description here

I'm using SQL Server 2008 for my database.

link|improve this question

50% accept rate
1  
That picture looks like the beads I have hanging across my kitchen doorway! – hugh Nov 9 '11 at 20:20
feedback

1 Answer

up vote 0 down vote accepted

This is impossible to answer in general because the answer depends on what kind of queries you plan to run against your data.

But there are many alternatives for how to store hierarchical data in a database. You can start with Implementing a hierarchical data structure in a database.

If that's not enough, Google is your friend

link|improve this answer
Thanks, this is of great help to me. – Syma Nov 10 '11 at 0:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.