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 the usage of sign function?
Why are views required in the sql server or in any other database?
what is a traditional network library for sql servers? : Sql server database administration
Describe in brief sql server monitoring ways.
List the different normalization forms?
What is table-valued sub query?
What is trigger and different types of Triggers?
Explain what are the database objects? : SQL Server Architecture
What does the not null constraint do?
What is the difference between stored procedure and user defined functions?
How can i Relate Tables in SSIS
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
what is the difference between openrowset and openquery?
What are the built in functions in sql server?
Which table keeps the locking information?