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

Submitted by: Administrator
This will change the name of column:

ALTER TABLE table_name CHANGE old_colm_name new_colm_name
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers