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 / nithya

changing a column name differs from the type of database we use.

MySQL:
ALTER table customer CHANGE Address Addr char(50);

Oracle:
ALTER table customer RENAME COLUMN Address TO Addr;

SQL Server:
It is not possible to rename a column using the ALTER TABLE
statement in SQL Server. Use sp_rename instead.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use mysql?

934


how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.

961


Is mysql a scripting language?

965


What is mysql aggregate functions? Explain

1165


How to check server status with 'mysqladmin'?

1231


How to shutdown mysql server?

1132


How many columns can you create for an index?

1001


What is datatype in mysql?

1004


What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?

970


Can mysql function return a table?

1143


What is bigint in mysql?

975


What does mysql_fetch_assoc do?

999


How we get sum of column.

1060


What language is used in mysql?

1041


What is the full form of mysql?

1062