change name in sql database code example Example: how to change the column name in sql ALTER TABLE table_name CHANGE COLUMN old_name TO new_name;