you can drop multiple tables from a database using single drop statement.
Example: suppose if you have tables like table1,table2,table3,table4,table5 and you have to drop all of them Use
DROP table1, table2, table3, table4, table5
It will drop all tables from database.
Drop multiple tables from a database using single drop statement
Reviewed by kamal kumar das
on
February 21, 2012
Rating:
No comments: