MySQL simple DROP TABLE example

Obviously if we can create create a table we should be able to delete the table also, this is fairly simple..

DROP TABLE smallbiz;


DROP TABLE

No comments:

Post a Comment