Back to Developer Roadmap

Alter Table

src/data/roadmaps/sql/content/[email protected]

4.0522 B
Original Source

Alter Table

The ALTER TABLE statement in SQL is used to modify the structure of an existing table. This includes adding, dropping, or modifying columns, changing the data type of a column, setting default values, and adding or dropping primary or foreign keys.

Visit the following resources to learn more: