Beginner SQL
Q25 / 100

Which command grants or removes a column's default value, structure, or constraints on an existing table?

Correct! Well done.

Incorrect.

The correct answer is C) ALTER TABLE

C

Correct Answer

ALTER TABLE

Explanation

ALTER TABLE is used to add, modify, or drop columns and constraints on an existing table.

Progress
25/100