StatementsDELETERemoves rows from a table.DELETE Removes rows from a table. Syntax DELETE column_name FROM table_name;