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 i change the column name.

Answer Posted / om

the alter command is used to do modification at column level . so in order to change the name of a column we need to use alter .

command:- alter table (table name) rename (old column name) to (new column name)
note :- dont put brackets its just for u to understand

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is normalization of database?

1177


Define full outer join in sql server joins?

1047


How do I find the port number for sql server?

1017


How to return the date part only from a sql server datetime datatype?

1162


What happens if the update subquery returns no rows in ms sql server?

1172


Explain primary key, foreign key and unique key?

1021


What is wrong with sql server client libarary dll, ntwdblib.dll?

1088


What are the different Topologies in which Replication can be configured?

1237


What is difference between standardization and normalization?

1156


How to insert data into an existing table?

1027


What is explicit mode in sql server?

1109


Does the order of columns in update statements matter?

954


How each E-R model constructs can be mapped to the relational model?

1050


How to delete multiple rows with one delete statement in ms sql server?

1071


What is difference between equi join and inner join?

1038