DROP Table Statement in Oracle
DROP Table Statement in Oracle
DROP statement is used to do below operations:
- DROP ONE OR MORE EXISTING COLUMNS
- DROP AN EXISTING TABLE
DROP ONE OR MORE EXISTING COLUMNS:
We have an existing table called EMP_ALTER_TAB with below definition:
…