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 sql server table is used to hold the stored procedure scripts?
What is row_number()?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
Is sql server free?
explain how to create a new schema in a database? : Sql server database administration
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How to rename an existing column with sql server management studio?
What languages bi uses to achieve the goal?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
How do I debug a stored procedure in sql server?
How to create an multi-statement table-valued function?
What is the use of sign function?
why would you call update statistics? : Sql server database administration
Why do we use trigger?
Explain activity monitors