A spreadsheet is an interactive computer application for organization, analysis and storage of data in tabular form. This software allows users to store data in rows and columns.
The difference between Union and Union all is that Union all will not eliminate duplicate rows, instead it just pulls all rows from all tables fitting your query specifics and combines them into a table. A UNION statement effectively does a SELECT DISTINCT on the results set.