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
Difference between LEN() and DATALENGTH() in sql server ?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
How to define output parameters in stored procedures?
Do you know what are acid properties?
query processing
What is the most common type of join?
Define inner join in sql server joins?
What are the purposes of floor and sign functions?
What is Cross Join and in which scenario do we use Cross Join?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
How to sort the query output with order by clauses in ms sql server?
What are the different types of triggers in SQL SERVER?
What do you understand by recursive stored procedures?
What is right outer join in sql server joins?