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
Can you tell what are various ways to create an index?
What is pdo in php mysql?
What is the difference between now() and current_date()?
How can I see all mysql databases?
What is mysql common?
Write a query to stop mysql in unix
When to use order by in delete statement?
What is indexing in mysql?
Is mysql frontend or backend?
Explain triggers and stored procedures?
What is the use of mysqli_query?
Is mysql case-sensitive?
Is mysql a relational database?
Write a query to fetch duplicate records from a table using mysql?
How do I create a stored procedure in mysql?