25.4 Querying and Visualizing PGQL Property Graphs
You can query and visualize PGQL property graphs in Graph Explorer.
Example 25-2 Creating a PGQL Property Graph
The following example shows creating a new PGQL property graph using the
CREATE PROPERTY GRAPH statement.
Figure 25-4 Creating a PGQL Property Graph
Example 25-3 Modifying a PGQL Property Graph
The following example shows updating the amount value for an edge in the PGQL property graph.
Figure 25-5 Modifying a PGQL Property Graph
Example 25-4 Querying a PGQL Property Graph
The following example queries the PGQL property graph to show the
transaction from account ID = 179 to account ID =
688.
Figure 25-6 Querying a PGQL Property Graph
Example 25-5 Dropping a PGQL Property Graph
The following example shows dropping the PGQL property graph using the
DROP PROPERTY GRAPH statement.
Figure 25-7 Dropping a PGQL Property Graph
Parent topic: Graph Explorer



