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
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”
Hi Sophy! Your videos are great! What is your favourite relational database management system? I'm struggling to choose between mySQL and SQL Server…