Answers for "add one column in existing table in mysql"

SQL
5

add column in mysq

ALTER TABLE Table_name ADD name_column INT(255);
Posted by: Guest on March-12-2020

Code answers related to "add one column in existing table in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language