Which of following option is a DML command of oracle?

2016

Which of following option is a DML command of oracle?

Answer: D. DeleteDelete is a Data Manipulation Language (DML) command in Oracle. DML commands modify or manage instance data within existing database structures. DELETE…

  1. A.

    Alter

  2. B.

    Create

  3. C.

    Drop

  4. D.

    Delete

Attempted by 391 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: Uppsc Computer Operator Grade B

Loading lesson…