Detailed explanation and options for the selected question.
Which SQL command is used to modify the structure of an existing table?
A.
ALTER TABLE
B.
UPDATE TABLE
C.
MODIFY TABLE
D.
CHANGE TABLE
Explanation:
The ALTER TABLE command is used to modify the structure of an existing table, such as adding or removing columns. The other options are invalid or incorrect commands.