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