Consider the table T1 it consits
A,2,3,4
consider another table t2 it contain
1,2a,3a,4a
now i need o get the upadted answer
Answer Posted / sreekanthb87
t1
A,2,3,4
t2
1,2a,3a,4a
now union of tw0 table must be
A,1,2,2a,3,3a,4,4a
now how you write the qurey ,the answer should be
A,1,2a,3a,4a
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is bit data type?
List out the difference between union and union all in sql server?
How to make remote connection in database?
What are the purposes of floor and sign functions?
What is a mixed extent?
How is table type constraint applied to a table?
can any body tell me how to know the password of current user in sql server
what are acid properties? : Sql server database administration
Explain transaction server consistency?
Explain iaas, paas and saas?
how you can list all the tables in a database?
What are a scheduled jobs or what is a scheduled tasks?
What is sql server programming?
How to create an index on a view?
What are cursors in ms sql server?