alter table and rename column code example Example: sql rename column ALTER TABLE my_table RENAME COLUMN col_name TO new_col_name;