PL/SQL Drop Table
Oracle PL/SQL Drop Table
The Drop Table statement is used to remove a table from the database.
The Drop Table syntax:
Drop Table table_name ;
Drop Table Example:
drop table offers ;
The Drop Table statement is used to remove a table from the database.
Drop Table table_name ;
drop table offers ;