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
Can we install sql server 2016 on windows 7?
What will happen if a column containing char type data is changed to the nchar data type?
How many levels of sp nesting are possible?
Can a synonym name of a table be used instead of a table name in a select statement?
What does sql server mean?
How many databases instances are there in sql server 2000?
As per your opinion what are the five top responsibilities of a dba? : sql server database administration
Explain how you can deploy an SSRS report?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What are various aggregate functions that are available?
Define inner join in sql server joins?
How extra digits are handled with numeric data type literals?
How to create view in stored procedure sql server?
How self join is different from outer join?
How do I find sql server instance name?