Multiple choice

Which of the following command comes under the data manipulation language (DML) in database?

  1. Create

  2. Alter

  3. Delete

  4. Drop

  5. Grant

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is a DML command, which is used to delete the records form the table according to the condition. This command is used to manage the data within the table.