Introduction
The DELETE statement is used to delete records from a table.
Syntax
DELETE FROM
TableName
[WHERE
Condition
] [LIMIT
count
]