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
How do I download a mysql community server?
What is current version of mysql?
What are programming functions?
Is mysql a programming language?
What is MySQL?
What ascii 31?
How would you enter characters as hex numbers?
How can I insert images into a Mysql database?
Is there a free version of mysql?
Write a command to view mysql database table structure?
How can you count the total number of records of any table?
What is blob and clob?
How do I update a variable in mysql?
Can we store pdf files in mysql?
What are the non-standard sql commands supported by 'mysql'?