How can we change the name and data type of a column of a
table?
Answer Posted / m. ravindar
To Change Name of Column:
Sy: Alter Table <Table Name> Change <Old ColumnName> <New
ColumnName>;
Ex: Alter Table Test Change EmpId EID varchar(5);
| Is This Answer Correct ? | 17 Yes | 19 No |
Post New Answer View All Answers
What is data types in mysql?
Can we store videos in mysql database?
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 to returns the columns and column information pertaining to the designated table.
What is the size of mysql database?
What are triggers in mysql?
What is dump in mysql?
How do you name a table?
What is the insert?
Is foreign key indexed mysql?
How to convert character strings to numeric values?
What is mysql root?
What are the advantages of MySQL when compared with Oracle?
How triggers can be used in mysql?
What is maximum table size in mysql?