Webastor - Programming Tips and Tricks

Programming language => Sql => Topic started by: Theodore on October 29, 2014, 06:40:50 PM

Title: Which SQL statement is used to add, modify or drop columns in a database table?
Post by: Theodore on October 29, 2014, 06:40:50 PM
Hi, I have a little question that has bothered me since earlier, and I can not find an answer, which sql statement is used to add, modify or drop columns in a database table? Thank you Please give me your opinion as soon as possible.
Title: Re: Statement is used to
Post by: Elliott on July 14, 2017, 02:46:01 PM
The ALTER TABLE statement is used to add, delete, or modify columns in an ... ALTER TABLE - DROP COLUMN.