Answers for "which sql statement can be used to modify the columns of an existing table?"

SQL
0

alter table query sql server change column

ALTER TABLE table_name
  DROP COLUMN column_name;
Posted by: Guest on February-17-2021

Code answers related to "which sql statement can be used to modify the columns of an existing table?"

Code answers related to "SQL"

Browse Popular Code Answers by Language