How can i change the column name.
Answer Posted / kshirsagar sambhaji
ALTER TABLE table_name
RENAME COLUMN old_name to new_name;
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
When to use null data driven subscription?
What is store procedure? How do they work? When do you use?
Do I need a report server to run reports in my application?
What are differences in between sql server 2012 and sql server 2016?
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is field with example?
Describe and explain about SQL native client?
How to create an multi-statement table-valued function?
How to change the ownership of a schema in ms sql server?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
what method you can use to reduce the overhead of Reporting Services data sources?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
What is the difference between delete and truncate statements?
what stored procedure would you use to view lock information? : Sql server administration
What are scalar functions in sql?