1 Answer
Use the below command inside mysql prompt to delete a table you required
drop table table_name;
Your Answer