Differentiate between DDL and DML

DDLDML
Allow task to define the database structureAllow task to manage data stored in database
Exp- CREATE, ALTER, DROPExp- INSERT, DELETE, SELECT
DDL statement operate on entire tableDML statement operate on rows
TCL statement can not be used with DDLTCL statement can be used with DML
error: Content is protected !!