Q. Which statement is used to add a new column to an existing table?
β
Correct Answer: (C)
ALTER TABLE
Explanation: `ALTER TABLE` is used to add, delete, or modify columns in an existing table.