Answers for "how to clear column data in sql"

SQL
0

how to delete a column in sql

ALTER TABLE "table_name" DROP COLUMN "column_name";
Posted by: Guest on August-16-2021

Code answers related to "how to clear column data in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language