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
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What should be the fill factor for indexes created on tables? : sql server database administration
What is molap and its advantage? : sql server analysis services, ssas
List few advantages of stored procedure.
Explain can SSRS reports Cache results?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
How to create a scrollable cursor with the scroll option?
How you would rewrite the sql query to return the customerid sorted numerically?
Explain boyce and codd normal form(bcnf)?
What is meant by indexing files?
Can you index views?
What are the different types of sub-queries?
What is model database? : SQL Server Architecture
What is the order by used for?
What purpose does the model database server?