Skip to main content
Deletes records from a table.
DELETE Syntax
For example, to delete employee with ID 6:
DELETE Example
Subqueries can also be used in the expression list. To delete all the most recent hires in each department:
DELETE with Subquery Example