Querying a whole graph emulated with SQL Server tables
I have a database with 2 tables NODE and EDGE, where NODE consists of two columns ID (int) and NAME (varchar)
and EDGE consists of two columns PARENTELEMENTID (int) and CHILDELEMENTID(int).
I have a database with 2 tables NODE and EDGE, where NODE consists of two columns ID (int) and NAME (varchar)
and EDGE consists of two columns PARENTELEMENTID (int) and CHILDELEMENTID(int).