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
Which is faster statement or preparedstatement?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What are data files?
What does truncate do?
How to insert multiple rows with one insert statement in ms sql server?
What are security principals used in sql server 2005?
Where do we use trace frag?
Explain the difference between function and stored procedure?
List some case manipulation functions in sql?
What are the requirements for sql server 2016?
Explain “row_number()” in sql server with an example?
Explain indexes disadvantages?
What is the exact numeric data type in sql?
What is microsoft sql server?
What is difference between Datepart() and Datename() in SqlServer?