MySQL tutorial how to DELETE a table using SQL




This MySQL tutorial shows you how to delete a database using SQL and the DROP keyword. DROP TABLE tblNameHere; For example: DROP TABLE dbSophyTest; DROP TABLE CompanyName; View my MySQL playlist…

Original source


One response to “MySQL tutorial how to DELETE a table using SQL”

Leave a Reply