no SQL query will give you the path in a graph
Could you explain what you mean there? Do you mean the path of how a graph was traversed?
Could you explain what you mean there? Do you mean the path of how a graph was traversed?
SQL expresses first order set theory, but graph connectivity is not a first order property.
I.e. TREE_NODE table containing ID and PARENT_ID. You cannot query all parents of a given node using simple SQL.