Which SQL command is used to modify the structure of a database table?
Q1. Which SQL command is used to modify the structure of a database table?
Answer: ALTER TABLE
Explanation: ALTER TABLE command is used to modify the structure of a database table, such as adding or removing columns.