Javatpoint Logo

91-9990449935

 0120-4256464

MySQL DELETE Statement

MySQL DELETE statement is used to delete data from the MySQL table within the database. By using delete statement, we can delete records on the basis of conditions.

Syntax:

Example:

Output:

mysql delete query
Next TopicMySQL SELECT Query