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 / vivek
select col1,col2 from table1 union table2
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
Which are the olap features?
Define tempdb database?
How to change the ownership of a schema in ms sql server?
Explain the various types of concurrency problem?
What is isolation levels?
What is the difference between row_number and dense_rank?
How to declare a cursor with "declare ... Cursor" in ms sql server?
How to recreate an existing index in ms sql server?
Explain the disadvantages/limitation of the cursor?
What happens if the update subquery returns no rows in ms sql server?
What is the difference between web edition and business edition?
What is co-related sub query?
What is the rdl file?
How to find tables without indexes?
Do you know concepts and capabilities of sql server?