How can we change the name of a column of a table?
Answer Posted / vipul dalwala
ALTER TABLE table_name change OLD_COLUMN_NAME
NEW_COLUMN_NAME VARCHCHAR(100) NULL;
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is row level locking?
How to show table structure mysql?
What is RMS Migrations
Why is mysql used?
How set mysql root password?
What is difference between statement and preparedstatement?
What are date and time data types in mysql?
What is the insert?
Why we use mysqli instead of mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How do I delete a row in mysql?
How do I rename a mysql database?
What is user in mysql?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How can we get total number of records by query in mysql?