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 / goutam dey
its very easy yaar who has written this?
just use union operator as in set theory in mathematics
hahaha...
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Tell about MOM Tool(Microsoft Operator Manager)?
List out the differences between global and local temp tables in sql server?
How to create a testing table with test data in ms sql server?
What is field with example?
what are the different types of replication you can set up in sql server? : Sql server database administration
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What is the stored procedure?
Explain transaction isolation levels in sql server?
what changed between the previous version of sql server and the current version? : Sql server database administration
What is the minimum recommended amount of ram for sql server 2012 enterprise?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
What are alternate keys?
Explain what is the main purpose of having conversation group?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is unpivot?