Part III PGQL Property Graphs
Learn and work with PGQL property graphs (also known as property graph views).
You can work with PGQL property graphs if you are using Oracle Database 23ai or earlier database versions.
- About PGQL Property Graphs
You can create PGQL property graphs over data stored in Oracle Database. You can perform various graph analytics operations using PGQL on the graphs. - Loading a PGQL property graph into the Graph Server (PGX)
You can load a full PGQL property graph or a subgraph into the graph server (PGX). - Quick Starts for Using PGQL Property Graphs
This chapter contains quick start tutorials and other resources to help you get started on working with PGQL property graphs. - Getting Started with the Client Tools
You can use multiple client tools to interact with the graph server (PGX) or directly with the graph data in the database. - Property Graph Query Language (PGQL)
PGQL is a SQL-like query language for property graph data structures that consist of vertices that are connected to other vertices by edges, each of which can have key-value pairs (properties) associated with them.