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 status of services on passive node for failover cluster in sql server? : sql server database administration
How to disable stored procedure sql server?
What is apply operator in sql?
How do you drop an index?
Why do we use functions?
What is difference between stored procedure and user defined function?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
What are the advantages dts has over bcp?
Explain ranking functions?
How to drop an existing table?
Explain about sql server login?
What happens to a statement batch if there is a compilation error?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What is a ddl statement?