I am creating an Entity-Relationship Model in which a Student can have many Students, thus characterizing many-to-many self-relationship.
However, I am in doubt as to how to implement this self-relationship at the time of the bank's creation. Should I create the Student table and a second table having two Student keys?
If it helps, I'm doing this relationship to identify which friends a Student has added into the system.