What this sample helps you learn
This module demonstrates a small Oracle AI Database property graph sample over JDBC:
Highlights
- PERSONS is the vertex table
- FRIENDSHIPS is the edge table
- SOCIAL_GRAPH is queried with SQL GRAPH_TABLE
- create relational tables for a graph-shaped data model