How can i change the column name.
Answer Posted / dipti sonawane
alter table (table_name)
change (old_colomnname)(new_colomnname)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between rownum and rowid?
Explain external key management in sql server 2008
How to rebuild master databse?
How to transfer data from a cursor to variables with a "fetch" statement?
What is the difference between varchar and nvarchar datatypes?
According to you what goes into making the best database administrator? : sql server database administration
What are the ways available in sql server to execute sql statements?
What is the latest version of microsoft sql server?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What is the difference between upgrade and migration in sql server?
How do I know if localdb is running?
What is format parameter in ssrs?
What are the purposes and advantages stored procedure?
What is rtm version in sql server?
How to delete duplicate records based on single column from a table?