The DELETE command in SQL is a Data Manipulation Language (DML) statement that removes specific rows from a table while leaving the table structure, constraints, and schema intact. To remove both data and structure, a Data Definition Language statement such as DROP is used.