How can we change the name of a column of a table?
Answer Posted / tushar
ALTER TABLE table_name change OLD_COLUMN_NAME
NEW_COLUMN_NAME VARCHAR(255) NULL;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the mysql database files stored in system ?
How many sql ddl commands are supported by 'mysql'?
What are the functions in mysql?
How to calculate the difference between two time values?
What is back end and front end?
How do I free up space in mysql?
How to decrement dates by 1 in mysql?
what is mysql optimization in brief?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
Is mysql a distributed database?
What is mysql_pconnect?
can you tell the order of sql select statement? : Mysql dba
What is key in mysql?
How do I select a table in mysql?
Can mysql and mariadb coexist?