Correct SQL query to delete a column from a table in SQL Server database - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
45 followers study24x7 18 Dec 2020 11:04 AM study24x7 study24x7

Correct SQL query to delete a column from a table in SQL Server database

A

DROP COLUMN columnName FROM table name

B

DELETE columnName FROM tableName

C

ALTER TABLE tablename, DROP COLUMN columnName

D

None

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