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
How to check if stored procedure is running in sql server?
What is dynamic cursor in SQL SERVER?
What are alternate keys?
Explain use of expression builder.
What are different backups available in sql server?
What is the size of transaction log file?
What is catalog views?
What are the types of subquery?
What will be the maximum number of indexes per table?
What is the difference between a primary key and a unique key? Are they the same?
what are the important architecture components of SSRS?
How to attach adventureworkslt physical files to the server?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
What is the difference between nvl and nvl2?