4.3 Renaming a SQL Property Graph

You can rename an existing SQL property graph using the RENAME DDL statement.

The following example renames the property graph students_graph to a new name students.

Example 4-3 Renaming a SQL Property Graph

RENAME students_graph TO students;