In this article we will look at a way to delete multiple database tables quickly without using the DROP DATABASE dbName statement. This can be very useful if you do not have the permissions to DROP the database, but need to reset all the tables in it. More…