Which SQL statement is used to modify the structure of a database table?
Q1. Which SQL statement is used to modify the structure of a database table?
Answer: ALTER
Explanation: The ALTER statement modifies the structure of a database table, such as adding or dropping columns.