which view is used to make a change in table structure?
Answers
Answered by
2
Answer:
SQL ALTER TABLE
Explanation:
Answered by
2
The SQL ALTER TABLE.
command is used to change the structure of an existing table. It helps to add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. It can also be used to change the comment for the table and type of the table
Similar questions