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
last function used in MS Access to convert sql what function will use in sql
System requirements for sql server 2005 express edition?
Can you explain full-text query in sql server?
what is bit datatype? : Sql server database administration
Difference between report and query parameter.
What is a mixed extent?
How do you create an execution plan?
What is the difference between truncate and delete commands?
What is database dimension? : sql server analysis services, ssas
What is tabulation?
What are dml (data manipulation language) statements in ms sql server?
What is measure group, measure? : sql server analysis services, ssas
What is difference between order by and group by?
What to check if a User database is locked?
How do I create a trace in sql server?