CBSE Class 12 Computer Science
Question 33 of 79
Table Creation and Data Manipulation Commands — Question 7
Back to all questionsALTER TABLE
Reason — The ALTER TABLE command in SQL is used to change the definitions of existing tables. It allows for various operations such as adding a new column, redefining a column, and adding an integrity constraint. Therefore, it changes the structure of the table.