Graph traversal queries with SQL/PGQ (23.4)
SQL/PGQ added in SQL:2023 ISO standard
Create a property graph to define relationship between rows
Use GRAPH_TABLE operator to traverse the graph
Example CREATE PROPERTY GRAPH statement
Graph traversal queries with SQL/PGQ (23.4)
Find everyone friends with Mary example GRAPH_TABLE query
With SQL/PGQ in Oracle AI Database, you can
Create property graphs
Query them with GRAPH_TABLE
This maps tables and rows to vertices and edges in a graph
This enables you to traverse networks of relationships with #SQL
Try it at buff.ly/89FnPaf