Which of following option is a DML command of oracle?

2016

Which of following option is a DML command of oracle?

  1. A.

    Alter

  2. B.

    Create

  3. C.

    Drop

  4. D.

    Delete

Attempted by 156 students.

Show answer & explanation

Correct answer: D

Delete is a Data Manipulation Language (DML) command in Oracle. DML commands modify or manage instance data within existing database structures. DELETE removes specific rows from a table, whereas ALTER, CREATE, and DROP are Data Definition Language (DDL) commands used for structural modifications. Therefore, Option D is correct.

Explore the full course: Btsc Lab Assistant