I want to drop multiple tables with ease without actually listing the table names in the drop query and the tables to be deleted have prefix say \'wp_\'
Dropping single table in mysql:
DROP TABLE TABLE_NAME;