Altering a column

You can change the attributes of a column by using the ALTER TABLE statement with an ALTER COLUMN clause. To change the name of a column, use the RENAME COLUMN clause instead.

Procedure

Issue the RENAME COLUMN clause.