Difference between a UNION and FULL OUTER JOIN
Can anybody tell me, if two tables are having exactly same number of columns and data types what will be the difference in output if we use UNION and FULL OUTER JOIN to join these tables..
Thanks and regards