Oracle Drop Table | Drop Table Oracle - oracle tutorial - sql tutorial
Learn oracle - oracle tutorial - Oracle drop table - oracle examples - oracle programs
What is Oracle DROP TABLE ?
- DROP TABLE statement is used to delete a table.
- Use the DROP TABLE statement to move a table or object table to the recycle bin or to remove the table and all its data from the database entirely.
- For an external table, this statement removes only the table metadata in the database.
Syntax:
Example:
- By using the DROP Statement the “wikitechy_employee” table has been deleted.