SQL ALTER TABLE statement is used to add, delete, or modify columns in an existing table.We can also use the ALTER TABLE command to add and drop various constraints on an existing table.