How to swap the data of two columns in a table. both the
columns containing varchar values.
Answer Posted / dinesh
select names from
(select full_name as names from table 1) a
union
select full_name as names from table 2
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is an example of a primary key?
What is query optimization process?
What is a trigger in sql server?
Explain what role entity and relationship play in an ER diagram.
How can you find out how many rows returned in a cursor?
What are different types of constraints?
What is the difference between varchar and nvarchar?
What is entity data services?
Why does sql studio use a single registered database repository? : sql server management studio
What are alternate keys?
Do you know what is user defined datatypes and when you should go for them?
Does hive support indexing?
Can you move the resources after pausing the node? : sql server database administration
What is the definition for sql server 2000?
Explain the etl (extraction, transformation, and loading)?