Home > Topic List > What is the command to delete a column in sql

What is the command to delete a column in sql

In SQL, you can delete a column using the alter table statement. The syntax is: alter table table_name drop column column_name. If you want to know more about SQL, you can read the articles below this topic.

Related courses More >
ElementarySQL Fun Class

17037 times of learning

Collection
IntermediateIssue Fourteen_Comprehensive Practical Combat

13894 times of learning

Collection
IntermediateIssue 20_PHP Programming

11380 times of learning

Collection
ElementaryPython Web Development in Practice

4603 times of learning

Collection