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
how can you test for null values in a database? : Mysql dba
How do I backup mysql database on linux?
Where the database is stored in mysql?
What are date and time data types?
Explain the difference between delete and truncate.
What is the maximum no of columns a table can have?
Does mysql support sequence?
What are the common mysql functions?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What is mysql cursor?
What is offset limit?
Do you need a license for mysql?
What is full form of xampp?
How do I start mysql client?
What is row?