Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Explain DROP TABLE statement in SQL ?

The drop statement is used to remove a table from the database.Drop is also used to drop views and

indexes and table data is removed from the database.

 

Syntax:

 

DROP TABLE table_name;

Related Posts Plugin for WordPress, Blogger...
Flag Counter