Answers for "To delete a column from a table, we can use"

SQL
19

alter table delete column

ALTER TABLE "table_name" DROP "column_name";
Posted by: Guest on February-05-2020

Code answers related to "To delete a column from a table, we can use"

Code answers related to "SQL"

Browse Popular Code Answers by Language