Q. Which command is used to modify an existing table?
β
Correct Answer: (D)
ALTER TABLE
Explanation: `ALTER TABLE` is used to add, delete, or modify columns in an existing table.