Thanx for your answer scarface :)
In fact what i mean with 'reflexive' is a relation many-to-many with
the same table:
for example, in a entity, relation schema, it could be
-------------------
PERSON | <--- The entity
-------------------
| {0,n} | {0,n}
| |
| |
( Is Friend of ) <--- The relation
A person P1 could have friends (persons P2,P3,P4).
Person P2 could have no friend.
Person P3 could have friends (persons P4,P5).
ans so on ...
I have found what an answer to my problem.
In fact this special kind of many-to-many can be map
in the same way other many-to-many.
Still Thanx
|