Drop multiple tables from a database using single drop statement

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 Drop multiple tables from a database using single drop statement Reviewed by kamal kumar das on February 21, 2012 Rating: 5

No comments:

ads 728x90 B
Powered by Blogger.