Concept Flow - Self join for hierarchical data
Start with table
Join table to itself
Match parent ID to child ID
Select parent and child info
Show hierarchical pairs
Use result for hierarchy display or analysis
We join a table to itself to link each row to its parent row, showing hierarchical relationships.