How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / amit kumar
select Col1,col2 into newtable
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is candidate key with example?
Who is the owner of a schema in ms sql server?
Do you know spatial data types - geometry and geography in sql server 2008?
What is ssrs?
Name some of the open source software that you can use in alternative to SSR?
What are the joins in sql server? : sql server database administration
How to read data in a table with "select" statements?
What is an expression in ms sql server?
What does normalization do to data?
How to change the system date and time from SQL Plus Terminal ?
What is the security model used in sql server 2005?
What is dbcc updateusage?
Can you roll back the ddl statement in a trigger?
What do you understand by the denormalisation?
What is the difference between varchar and nvarchar datatypes?