How can we change the name of a column of a table?
Answer Posted / owais masood
RENAME cannot be used to change the column name, however, it
is used to change the table or database name. However the
CHANGE is used to to rename a column with the su=yntax given
above by vipul (Answer 2)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between statement and preparedstatement?
What is definer in mysql?
What is relational database in mysql?
What is the difference between having and where clause in mysql? Explain
How do I find the database name in mysql?
what is a cursor? : Mysql dba
What is tee command in mysql?
Explain csv tables.
Why mysql is so popular?
How to create a new table in mysql?
What are views in mysql?
How do I rename a procedure?
What is data type for image in mysql?
What is mysql server?
What is a trigger? How you can create a trigger in mysql?