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
What is service broker? : sql server database administration
How do I open a .db file?
How do I shrink an ldf file?
Tell me what are the essential components of sql server service broker?
Can two tables share the same primary key?
What is store procedure? How do they work? When do you use?
Explain transaction server distributed transaction?
What is enhanced database mirroring in sql server 2008?
Tell me what is the significance of null value and why should we avoid permitting null values?
explain declarative management framework (dmf) in sql server 2008?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
Write SQL queries on Self Join and Inner Join.
What is default constraint?
Differentiate between mongodb vs. Sql server?
How to Sync Two SQL Azure Databases?