SQL - DELETE Example Knowledge Based Info. MySQL Assume we wish to delete the customer "Alfreds Futterkiste" from the "Customers" table. We use the following SQL statement: Example DELETE FROM CustomersWHERE CustomerName='Alfreds Futterkiste' AND ContactName='Maria Anders'; Try it Yourself » Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon