Answers

Question and Answer:

  Home  PHP

⟩ How can we change the name of a column of a table?

This will change the name of column:

ALTER TABLE table_name CHANGE old_colm_name new_colm_name

 137 views

More Questions for you: