Oracle Drop Table | Drop Table Oracle - oracle tutorial - sql tutorial



Oracle drop table

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:

DROP TABLE table_name;
click below button to copy the code. By - oracle tutorial - team

Example:

DROP TABLE wikitechy_employee;
click below button to copy the code. By - oracle tutorial - team
 drop query in table
    • By using the DROP Statement the “wikitechy_employee” table has been deleted.

This tutorial provides an indepth knowledge on the following items such as oracle tutorial , sql tutorial , sql , pl sql tutorial , oracle , pl sql , mysql tutorial , sql tutorial for beginners , learn sql , oracle database tutorial , sql query tutorial , oracle dba tutorial , plsql tutorial , oracle tutorial pdf , oracle pl sql tutorial , oracle sql tutorial , sql tutorial point , oracle tutorial for beginners , learn oracle online free , learn oracle online , learning pl sql programming , learn sql online for free , sql learning online , dba oracle tutorial , oracle sql tutorial advanced , oracle 11g dba tutorial with examples , oracle online learning , oracle learning online , how to learn pl sql , sql coding tutorial , sql learning websites , sql basic learning

Related Searches to Oracle Drop Table | Drop Table Oracle