Powered By Blogger

Sunday 22 April 2012

Difference Between JOIN & UNION



Difference between JOIN and UNION
                      Join
                    Union
1.   Join the columns.

2.   Duplicate are allowed

3.   Combine the column based on condition.
1.Merge the row

2.Duplicates are not allowed

3. Combine the result of two select statements.

No comments: