Computer Science, asked by ryanmahmudhamim, 8 months ago

how do to delete the column from the table​

Answers

Answered by nonigopalbarman857
5

Answer:

ALTER TABLE "table_name" DROP "column_name";

ALTER TABLE "table_name" DROP COLUMN "column_name";

ALTER TABLE Customer DROP Birth_Date;

ALTER TABLE Customer DROP COLUMN Birth_Date;

ALTER TABLE Customer DROP COLUMN Birth_Date;

Explanation:

if you like the answer please click on thanks mark as brilliant also

Answered by amnoorprince844
0

Answer:

u can click on the column

Explanation:

when there is delete option you can click on it it will delete

Similar questions