1. What is the difference between the Union and Union All?
1) Union is used to select distinct data from the tables but Union All allows duplicate rows to be selected from the tables.
2) The second difference between Union and Union All can be given on the...