5.4 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 5-4 Renaming a SQL Property Graph
RENAME students_graph TO students;
Parent topic: SQL DDL Statements for Property Graphs