There is a table1 with records (1,2,3,4,5,6) and table2
with records (4,5,6,7,8,9).write a query so as to get the
result as 1,2,3,4,5,6,7,8,9
Answer Posted / meghag
Also, use order by clause with union
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between commit and rollback when used in transactions?
What is a derived table?
What does sql server mean?
What is the difference between lock, block and deadlock? : sql server database administration
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
How do triggers work?
How to convert binary strings into integers in ms sql server?
Explain how you can deploy an SSRS report?
Do you know what is openxml in sql server?
How will you go about resolving deadlocks?
Why would you call update statistics?
What are the properties of sub-query?
What is sql sandbox in sql server?
how you can get the list of largest tables in a database? : Sql server administration
How does the report manager work in SSRS?