______ 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 Table — 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,…
- A.
MODIFY Table
- B.
DEFINE Table
- C.
ADD Column
- 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…