Correct syntax query syntax to drop a column from a table is - Study24x7
Social learning Network
45 followers study24x7 17 Dec 2020 11:07 AM study24x7 study24x7

Correct syntax query syntax to drop a column from a table is

A

DELETE COLUMN column_name;

B

DROP COLUMN column_name;

C

ALTER TABLE table_name DROP COLUMN column_name;

D

None is correct.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles