Which of the following is a DDL command in Oracle?
2016
Which of the following is a DDL command in Oracle?
- A.
Delete
- B.
Update
- C.
Select
- D.
Drop
Attempted by 147 students.
Show answer & explanation
Correct answer: D
Drop is a Data Definition Language (DDL) command. DDL commands are used to define or modify the database structure. Since DROP removes database objects like tables permanently, it is a DDL command. Delete, Update, and Select operate on data records, not structures. Therefore, Option D is correct.