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
Tell me the use of keyword with encryption. Create a store procedure with encryption?
Explain the difference between function and stored procedure?
Explain what are sparse columns?
What is cached report?
How to get the definition of a user defined function back?
What does the on update no action do?
What does the on delete cascade option do?
Where are sql server usernames and passwords stored in the sql server?
What the different types of Replication and why are they used?
What are the grouping functions?
How can i Relate Tables in SSIS
What is sql sandbox in sql server?
Explain about temporary stored procedure?
What is the difference between DATETIME2 and DATETIME?
Explain what are the basic functions for master, msdb, model, tempdb databases?