Sql Server Relation [closed]

Yes, they are perfectly valid situations that need such relations.

For example when you store a Tree on a table. Each node will have links to its childs (through a ParentId column), so it will have a relation 1 to many with itself.

Leave a Comment