SQL Drop Command

Use : Used to remove an entire table from the database.

 

Syntax:

drop table tablename

 

Example :

drop table student;

copyright @2008 Punuptech.com