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

17166 times of learning

Collection
IntermediateLaravel basic tutorial (based on laravel7.2)

8287 times of learning

Collection
ElementaryIssue 16_Front-end Development

16707 times of learning

Collection
IntermediateLaravel5.7 framework video tutorial

13982 times of learning

Collection