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 / anil
select * from table1
union
select * from table2
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which joins are sql server default?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is the purpose of floor function?
How to sort query output in descending order in ms sql server?
How to delete an existing row with delete statements in ms sql server?
In which sql server version report builder introduced?
How to retrieve error messages using mssql_get_last_message()?
What is the user of Primary key?
What is right outer join in sql server joins?
What is deploy, process and build? : sql server analysis services, ssas
What are the system database in sql server 2005?
explain databases and sql server databases architecture? : Sql server database administration
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What are sub reports?
How do you open a cluster administrator?