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
How do you identify a foreign key?
What are the disadvantages of primary key and foreign key in SQL?
How to list all user names in a database?
What is acid properties?
Do you know what is fill factor and pad index?
What is difference between commit and rollback when used in transactions?
Why truncate is ddl command?
What is the importance of concurrency control?
Where to find ntwdblib.dll version 2000.80.194.0?
What xml support does the sql server extend?
How to find out the list schema name and table name for the database?
When columns are added to existing tables, what do they initially contain?
How to modify existing triggers using "alter trigger"?
What is dknf in normalization form?
What do you mean by data manipulation language?