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>
Elementary SQL Fun Class

16715 times of learning

Collection
Intermediate Laravel5.7 framework video tutorial

13508 times of learning

Collection
Elementary JavaScript programming skills and practice

2991 times of learning

Collection
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!