Completion requirements
SQL ALTER TABLE Statement
The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is also used to add and drop various constraints on an existing table.
This Alter belongs to followings:
- ADD Column
- DROP COLUMN
- ALTER/MODIFY COLUMN
- Change Data Type
Click on SQL ALTER TABLE Statement to open the resource.