A data engineering team has two tables. The first table june_sales is a collection of all retail sales transactions in the month of June. The second table july_sales is a collection of all retail sales transactions in the month of July. There are no duplicate records between the tables. Which of the following commands should be run to create a new table all_sales that contains all records from june_sales and july_sales without duplicate records?