Which of following option is a DML command of oracle?
2016
Which of following option is a DML command of oracle?
- A.
Alter
- B.
Create
- C.
Drop
- 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.