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 functions can a view be used to performed?
Can an automatic recovery be initiated by a user?
What is a linked server in sql server?
What is the dbcc command and why is it used?
What is difference between count (*) and count column?
What is a result set object returned by mssql_query()?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Tell me can we use custom code in ssrs?
Explain cursor as data base object?
What are the different acid properties?
What are the new data types are introduced in sql 2000?
What is policy based management (pbm)? : sql server database administration
Which language rdl files made of?
Create and insert into temp table in sql server?
What is the purpose of update statistics and scope_identity() function?