Describes purpose and syntax of the SQL DELETE statement
DELETE FROM <table_name> [WHERE <condition>]
DELETE FROM employees WHERE fname = "John" and lname = "Smith"