0

How to delete a table in MySQL Database

How can i delete a table alone from my MySQL Database, what is the command used to delete a table in MySQL?

stalkjonas
asked Feb 8, 2018
1 Answer
0

Use the below command inside mysql prompt to delete a table you required

drop table table_name;
View More
parthiban
answered Feb 9, 2018
Your Answer
||||
 
100:0