This is a dedicated watch page for a single video.
A data engineering team possesses two distinct tables: march_transactions, which aggregates all retail transactions for March, and april_transactions, encompassing all transactions for April. There are no duplicate records between the tables. To compile a new table, all_transactions, that merges records from both march_transactions and april_transactions without introducing duplicates, which command should be executed?