Answers

Question and Answer:

  Home  Programming Concepts

⟩ How to remove a column from table?

You can remove a column but first of all you should see that column doest have any values and it should not be a primary key

ALTER TABLE DROP COLUMN

 214 views

More Questions for you: