Answers for "how to drop column from a table sql"

SQL
9

drop columnsql

ALTER TABLE table_name
DROP COLUMN column_name
Posted by: Guest on December-23-2020

Code answers related to "how to drop column from a table sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language