Build your intuition. Is this statement true or false?
The main difference between UNION and UNION ALL is that UNION contains duplicate rows in the resulting table, while UNION ALL removes the duplicate rows.
Press true if you believe the statement is correct, or false otherwise.