SQL ALTER TABLE Statement
The ALTER TABLE statement is used to change the structure of an existing table like adding, deleting, or modifying of column.
SQL ALTER TABLE Syntax
To add a new column to the existing table use the following syntax:
- Read more about SQL ALTER TABLE Statement
- 1 comment
- Log in or register to post comments
- 112 views