Multiple choice

The 'delete' command in SQL is a part of _______________.

  1. DDL

  2. DSL

  3. DML

  4. TCL

  5. 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.