25.4 Property Graph Schema Visualization

You can visualize the underlying database schema for your property graph.

25.4.1 Visualizing the Schema of a SQL Property Graph

You can visualize the underlying schema of a SQL property graph.

Perform the following steps to visualize the schema of a SQL property graph.

  1. Click Get Graphs List in the SQL property graph tab.
  2. Click the options menu against the desired graph and select Show Graph Schema.

    Figure 25-14 Show Graph Schema Option



    The schema of the graph is displayed as shown:

    Figure 25-15 Graph Schema Visualization for a SQL Property Graph



    If you proceed to run a SQL graph query, then the schema visualization will be replaced with graph visualization.

25.4.2 Visualizing the Schema of a PGQL Property Graph

You can visualize the underlying schema of a PGQL property graph.

Perform the following steps to visualize the schema of a PGQL property graph.

  1. Click Get Graphs List in the Database (PGQL Property Graphs) tab.
  2. Click the options menu against the desired graph and select Show Graph Schema.
    The schema of the graph gets displayed. The following example shows the schema visualization of a PGQL property graph named MOVIES_PGQL.

    Figure 25-16 Graph Schema Visualization for a PGQL Property Graph



    If you proceed to run a PGQL graph query, then the schema visualization will be replaced with graph visualization.