Multiple parents tree (or digraph) implementation sql server 2005
问题 I need to implement a multi-parented tree (or digraph) onto SQL Server 2005. I've read several articles, but most of them uses single-parented trees with a unique root like the following one. -My PC -Drive C -Documents and Settings -Program Files -Adobe -Microsoft -Folder X -Drive D -Folder Y -Folder Z In this one, everything derives from a root element (My PC). In my case, a child could have more than 1 parent, like the following: G A \ / B / \ X C / \ D E \ / F So I have the following code: