I'm developing an organizational chart in SQL Server 2016. I have some employees report to multiple managers which make the data structure a Directed Acyclic Graph.
How can I design the employee table with employee to have multiple managers are parents by using the SQL datatype HierarchyId?