In SQL, which command is used to add a column/integrity constraint to a table
A
ADD COLUMN
B
INSERT COLUMN
C
MODIFY TABLE
D
ALTER TABLE
E
None of the above
Correct Answer: ALTER TABLE