Oracle Interview Questions
The drop statement is used to remove a table from the database.Drop is also used to drop views and
indexes and table data is removed from the database.
Syntax:
DROP TABLE table_name;