Search

USING DROP



This will be used to drop the database object;

Syntax:
     Drop table <table_name>;

Ex:
     SQL> drop table student;