Answers for "alter command to change column name"

SQL
0

how to change the column name in sql

ALTER TABLE table_name
CHANGE COLUMN old_name TO new_name;
Posted by: Guest on March-17-2021

Code answers related to "alter command to change column name"

Code answers related to "SQL"

Browse Popular Code Answers by Language