APEX and Property Graphs in Oracle Database 23c



APEX and Property Graphs in Oracle Database 23c

APEX and Property Graphs in Oracle Database 23c

In Oracle Database 23c developers can work with property graphs using SQL. They can create a graph from relational tables and use the new GRAPH_TABLE and MATCH syntax to traverse connections in data. A Property Graph is a ‘graph view’ of data in relational tables, where implicit connections such as foreign key relationships are made explicit. This enables you to write queries to find highly connected data entities, unravel hierarchical connections, and find anomalous patterns in data.
APEX 23.1 has graph-specific widgets, and there will soon be a plugin to visualize the result of property graph queries.

Learn more and see a preview of graph visualization plugin for APEX!

Presentation: https://www.slideshare.net/ssuser923120/property-graphs-in-apexpptx
Oracle Graph Blog: https://blogs.oracle.com/database/category/db-graph

Comments are closed.