Computer Science, asked by asif7869570, 1 month ago

How to modify the structure of table ? Explain with suitable example.?

Answers

Answered by Anonymous
2

Explanation:

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.

Answered by sarvani61
0

Answer:

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