The basic syntax for a DROP TABLE is:
DROP TABLE table_name;
For example:
DROP TABLE supplier;
This would drop table called supplier.
This blog contains the Oracle concepts like sql commands,stored procedures,pl/sql,cursors,functions and triggers.
The basic syntax for a DROP TABLE is:
DROP TABLE table_name;
For example:
DROP TABLE supplier;
This would drop table called supplier.
·
Oracle Tutorial - Copyright © 2008