Which of the following is a DDL command in Oracle?

2016

Which of the following is a DDL command in Oracle?

Answer: D. DropDrop is a Data Definition Language (DDL) command. DDL commands are used to define or modify the database structure. Since DROP removes database objects like…

  1. A.

    Delete

  2. B.

    Update

  3. C.

    Select

  4. D.

    Drop

Attempted by 405 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.

Explore the full course: Uppsc Computer Operator Grade B

Loading lesson…