how do to delete the column from the table
Answers
Answered by
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
0
Answer:
u can click on the column
Explanation:
when there is delete option you can click on it it will delete
Similar questions
Social Sciences,
5 months ago
Biology,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
Geography,
10 months ago