Oracle Drop Table
The Oracle Drop Table command allow you to drop tables from Oracle database.
Oracle Drop Table syntax
Drop table table_name;
Oracle Drop Table example
Drop table books; Drop table products cascade constraints;
The Oracle Drop Table command allow you to drop tables from Oracle database.
Drop table table_name;
Drop table books; Drop table products cascade constraints;