How can i change the column name.
Answer Posted / sanjay
ALTER TABLE tablename CHANGE oldname newname varchar (10) ;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we use trigger new in before insert?
What is acid db?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
Tell me about normalization in DBMS.
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
What are the five characteristics of good data?
Explain user defined views?
What is the purpose of the master database?
What is single-user mode?
What is the default server name for sql server?
What is difference between getdate and sysdatetime in sql server 2008?
What are rest-style architecture's?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
What is row-level compre?
What is the boxing and unboxing concept in .net?