______ Command is used to enable, disable, modify, or drop a constraint in SQL.

2020

______ Command is used to enable, disable, modify, or drop a constraint in SQL.

Answer: D. ALTER TableThe ALTER TABLE command is used to change the structure of an existing table. It allows you to add, delete, or modify columns and constraints (like UNIQUE,…

  1. A.

    MODIFY Table

  2. B.

    DEFINE Table

  3. C.

    ADD Column

  4. D.

    ALTER Table

Attempted by 886 students.

Show answer & explanation

Correct answer: D

The ALTER TABLE command is used to change the structure of an existing table. It allows you to add, delete, or modify columns and constraints (like UNIQUE, CHECK, or FOREIGN KEY) without recreating the entire table. The correct option is D.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…