5.4 Dropping a SQL Property Graph
Using the DROP PROPERTY GRAPH DDL statement, you can remove
        a property graph object in Oracle 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-4 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.
See Also:
DROP PROPERTY GRAPH in Oracle Database SQL Language ReferenceParent topic: SQL DDL Statements for Property Graphs