This document provides an overview of new capabilities for hierarchical and multipath processing in ANSI SQL. Key points include:
- SQL can now dynamically model hierarchical structures using LEFT JOINs, allowing powerful hierarchical and multipath processing within standard SQL syntax.
- Two major discoveries enable this - integrating hierarchical processing into relational processing, and inherent lowest common ancestor (LCA) processing in SQL's relational operations.
- Hierarchical structures can now be combined dynamically, increasing flexibility. The user does not need to know the structure to query it. This adds significant power and analytics to SQL processing.