Selecting the union:
select * from table1 union select * from table1_backup
What is the query to select the intersection?
"intersect" is also part of standard SQL.
Inner join gives a different answer.