Managing Table Columns
After you define a table, you can use ALTER TABLE
to modify existing table columns. You can perform the following operations on a column:
- Rename it.
- Change its data type.
- Set its default value.
- Add and remove constraints.
After you define a table, you can use ALTER TABLE
to modify existing table columns. You can perform the following operations on a column: