|
|
|
|
|
by jiofih
2065 days ago
|
|
While the end result looks like a graph, I think that still qualifies as a standard relational DB use case though? A graph database usually means you’re storing the graph nodes and edges as entities, so you can traverse the graph easily from any direction, and express different kinds of relationships. |
|
Either way my intention here was to simply provide an example of a real-world recursive CTE use case.