What is the difference between UNION and UNION ALL?
UNION
UNION ALL
union is used to select distinct values from two tables where as union all is used to select all values including duplicates from the tables