DELETE certain rows with WHERE

suggest change

This will delete all rows that match the WHERE criteria.

DELETE FROM Employees
WHERE FName = 'John'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


DELETE:
*DELETE certain rows with WHERE

Table Of Contents