How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / nilesh
UPdate temp
set col1=col2,
col2=col1
| Is This Answer Correct ? | 21 Yes | 15 No |
Post New Answer View All Answers
Explain what are various ways to enhance the ssrs report?
What is the difference between mysql and sql server?
Can you create a logon trigger in sql server 2005 express edition?
Can we check locks in database? If so, how can we do this lock check?
What are the properties of the transaction?
explain the storage models of olap? : Sql server database administration
Define the one-to-one relationship while designing tables.
What is sql server database?
Define views.
Write a program using SQL queries to find a unique entry in a table.
how to use DTS package in 2000,2005,2008 in sql server
What is acid mean in sql server?
what is the difference between openrowset and openquery?
What is field with example?
What is mean by dml?