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 the difference between row_number and dense_rank?
Can you insert NULL in unique column?
How would we use distinct statement? What is its use?
Can You Use Data Mining Models In Ssrs?
Explain how you can configure a running aggregate in SSRS?
What are the advantages of having an index on the sql server?
How we can compare two database data?
Give me a SQL Query to find out the second largest company?
What is #temp and @table variable in SQL server?
What method is used by the Command classes to execute SQL statements that return single values?
How to execute stored procedure and set temp table in sql server?
What is the difference between insensitive and scroll cursor?
What is Transparent Data Encryption?
How to get the definition of a trigger back?
Explain having clause and where clause?