How can i change the column name.
Answer Posted / ramesh5782
ALTER TABLE table_name
RENAME COLUMN old_name to new_name;
| Is This Answer Correct ? | 22 Yes | 17 No |
Post New Answer View All Answers
What is the simplest way to create a new database in ms sql server?
Explain external key management in sql server 2008
What do you mean by a Composite primary key?
How to test values returned by a subquery with the in operator?
How global temporary tables are represented and its scope?
What is multi-statement table-value user-defined function?
How does clustered and non clustered index work?
What is a cursor, index in sql?
What is pivot and unpivot?
How to transfer an existing table from one schema to another schema in ms sql server?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What language is sql server written in?
What is local temp table?
How do I get to sql server configuration manager?
What does REVERT do in SQL Server 2005?