Difference Between Join Operator and Union Operator in SQL Server
I want to know what is difference between join operator and union operator in SQL Server ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Jun 29, 2012, 6:09 AM
But for union, you can combine together without common columns. you need to check condition even if the common column exists.