Answers for "how to change the name of column in output tableof sql"

SQL
2

modify column name in sql

ALTER TABLE `Table Name` MODIFY COLUMN `Column Name` Datatype(Size);
Posted by: Guest on July-29-2020

Code answers related to "how to change the name of column in output tableof sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language