how to modify the column name in sql code example Example: sql rename column ALTER TABLE my_table RENAME COLUMN col_name TO new_col_name;