5.5 Dropping a SQL Property Graph
Using the DROP PROPERTY GRAPH DDL statement, you can remove
a property graph object in Oracle AI Database.
See Granting System and Object Privileges for SQL Property Graphs to ensure you have the required privilege to drop a SQL property
graph.
Example 5-5 Dropping a SQL Property Graph
The following example removes the SQL property graph,
students_graph, in the database.
DROP PROPERTY GRAPH students_graph;
Similar to database views, dropping a property graph object does not remove the underlying database tables.
Parent topic: SQL DDL Statements for Property Graphs