adspace
Answer Posted / Puneet Tikkha
To rename an existing column in a MySQL table, you can use the ALTER TABLE statement. Here's an example:n`nALTER TABLE YourTable RENAME COLUMN old_column_name TO new_column_name;n`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers