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
What is the use of keyword with encryption.
Indexes are updated automatically is the full-text index also updated automatically?
What are difference between Cluster index and Non-Cluster index?
What is the difference between ‘having’ clause and a ‘where’ clause?
What are the differences between char and varchar in ms sql server?
How to convert numeric expression data types by assignment operations?
What are sub reports?
Define full outer join in sql server joins?
How to use group functions in the select clause in ms sql server?
What are recommended options to be used while using db mirroring? : sql server database administration
Explain few examples of stored procedure over triggers?
What is data set in report?
Can you roll back the ddl statement in a trigger?
What is tablesample?
What are ddl triggers and types of ddl trigger?