Differentiate between DELETE and DROP

DELETE DROP
DELETE is DML statementDROP is DDL statement
DELETE is a SQL Command, removes some or all records from a tableDROP is a SQL Command, which removes different elements of database like table, constraints or entire database schema.
WHERE clause can be used with DELETEWHERE can not be used with DROP
error: Content is protected !!