How can i change the column name.
Answer Posted / naren
update tablename set newcolumn name where old column name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What are the different normalization forms?
Define tempdb database?
what are the types of indexes? : Sql server database administration
What is implicit mode in sql server?
You want to use a perspective in an mdx query. How do you select the perspective?
Can two different columns be merged into single column? Show practically?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
How to use old values to define new values in update statements in ms sql server?
What are the advantages of stored procedure in sql server?
How to update values in a table with update statements in ms sql server?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
What is difference between drop truncate and delete?
Explain difference between control flow and data flow?
Do you know what is openxml in sql server?