25.1 Visualizing Graph Queries on SQL Property Graphs
You can query and visualize a SQL property graph in the database in the Database (SQL Property Graphs) tab of the Graph Visualization application.
However, in order to visualize the vertices and edges of a
GRAPH_TABLE query together with their IDs and all their labels and
properties, the query must return the vertex ID, or edge ID, or both.
For example, the following figure shows the visualization of a SQL
GRAPH_TABLE query on a SQL property graph. Note that the
COLUMNS clause in the query uses the VERTEX_ID and
EDGE_ID functions.
Note:
The Graph Visualization application supports onlySELECT graph queries.
Figure 25-3 Graph Query on a SQL Property Graph

Description of "Figure 25-3 Graph Query on a SQL Property Graph"
The name of the graph must be provided in the SQL graph query. You can click the List of available graphs icon (shown highlighted in the preceding figure) to view the list of SQL property graphs to which you have access.
See Also:
SQL Graph Queries for more informationParent topic: Using the Graph Visualization Application