How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / m s aptil
update tab1 set name=name1,name1=name
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
List the different types of collation sensitivities in sql server?
What is the recursive stored procedure in sql server?
What is clr ddl trigger?
How is table type constraint applied to a table?
What is a rownum?
what is raid and what are different types of raid configurations? : Sql server database administration
List few advantages of stored procedure.
what is an index? : Sql server database administration
What is transaction server distributed transaction?
Relational calculus is what type of language?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
What is the difference between deallocate cursor and close cursor?
How to download and install microsoft .net framework version 2.0?
What are the operating modes in which database mirroring runs?
Can binary strings be used in arithmetical operations?