Multiple choice The 'delete' command in SQL is a part of _______________. DDL DSL DML TCL DDD Reveal answer Fill a bubble to check yourself C Correct answer Explanation DML stands for Data Manipulation Language, which consist of statements that modifies the database like insert, delete and update commands in SQL.