Computer Science, asked by lishu9822, 1 year ago

How can we remove a column from MySQL table?

Answers

Answered by omegads04
0

ALTER TABLE Customer DROP COLUMN Birth_Date .

Similar questions