Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we change the name of a column of a table?

Answer Posted / chandrakant agrawal

ALTER TABLE <owner_name.tab_name> RENAME COLUMN <old_name>
TO <new_name>;


We can also modify the datatype,size of the column using
command alter table

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different mysql database engines?

1234


What are different types of queries?

997


How many triggers are possible in mysql?

1009


What are the objects can be created using CREATE statement?

1038


What is the difference between MyISAM Static and MyISAM Dynamic?

1085


Explain the difference between procedure and function in mysql?

1039


What is mysql and why it is used?

1132


Is mysql a server or database?

942


How can you import tables from a sql file into a database by using the mysql client?

1090


What is mysql database server?

1023


What is a select query?

914


What is mysql connection limit?

971


What is the command used to create a database using php and mysql?

1199


What are all the Common SQL Function?

1213


How can we encrypt and decrypt a data presented in a table using mysql?

1138