Selecting the union:
select * from table1 union select * from table1_backup
What is the query to select the intersection?
For questions like this, I tend to go back to this visual resource:
A Visual Explanation of SQL Joins